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

For upstream #3

Closed
wants to merge 9 commits into from
Closed

For upstream #3

wants to merge 9 commits into from

Commits on Sep 24, 2010

  1. mssql\connection_methods.rb: Add support for keywords instance,domain…

    … and appname on the jdbc url
    jcosmo authored and realityforge committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    7b57b4f View commit details
    Browse the repository at this point in the history
  2. Fix bug introduced in commit aa760d4 - Overriding the catalog with th…

    …e schema will break a MS SQL server database which uses schemas
    jcosmo authored and realityforge committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    9b96b66 View commit details
    Browse the repository at this point in the history
  3. mssql/adapter.rb: Add support for no table name, table names as symbo…

    …ls and table names wrapped with [] to columns()
    jcosmo authored and realityforge committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    98dcccc View commit details
    Browse the repository at this point in the history
  4. mssql/adapter.rb: In execute(), when determining the type of sql, mat…

    …ch at the start of the sql, rather than any line beginning with a keyword, which is dangerous for multiline sql statements
    jcosmo authored and realityforge committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    1b3e5ff View commit details
    Browse the repository at this point in the history
  5. mssql/adapter.rb: Handle dates which are outside the range of years s…

    …upported by the Time class
    jcosmo authored and realityforge committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    ad806bb View commit details
    Browse the repository at this point in the history
  6. Handle full specification of catalog.schema.table when determining co…

    …lumns for a table
    jcosmo authored and realityforge committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    9ee8d36 View commit details
    Browse the repository at this point in the history
  7. Modify sqlserver driver so that it does not attempt to add username/p…

    …assword if the domain is specified. Specifying the domain attempts to use integrated security and there must not be any username or password specified for integrated security.
    realityforge committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    39325f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bb114c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4372e8 View commit details
    Browse the repository at this point in the history