Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for raw ODBC DSN connections. #54

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Support for raw ODBC DSN connections. #54

wants to merge 4 commits into from

Commits on Jul 4, 2016

  1. Support for raw ODBC DSN connections.

    Usage:
    `env:connect{ dsn = [[...ODBC DNS...]] }`
    
    Also allows named parameters in general i.e.
    `env:connect{
       source = "SomeODBCSource",
       user = "dbuser",
       password = "dbpass",
    }`
    blumf committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    b4afdfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61af46b View commit details
    Browse the repository at this point in the history
  3. Name changed for clarity

    blumf committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    3772f38 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Removed unused function

    blumf committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    cf4dbf5 View commit details
    Browse the repository at this point in the history