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

Conversation

realityforge
Copy link
Contributor

We have made a bunch of changes to the mssql driver to support different schemas and catalogs in the driver. i.e. It can support the tables named [Warehouse].[tblResource] or [Overtime].[tblTimeEntry]. The driver also supports tables prefixed with catalog such as [IRIS_CENTRAL].[Warehouse].[tblResource].

I also incorporated the performance improvements described at http://kenai.com/projects/activerecord-jdbc/forums/forum/topics/3080-MS-SQL-JdbcConnection-columns-in-Rail-3-is-very-slow

jcosmo and others added 9 commits September 24, 2010 10:25
…e schema will break a MS SQL server database which uses schemas
…ls and table names wrapped with [] to columns()
…ch at the start of the sql, rather than any line beginning with a keyword, which is dangerous for multiline sql statements
…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.
@nicksieger
Copy link
Member

Thanks! Finally merged.

@realityforge
Copy link
Contributor Author

Thanks!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants