We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Microsoft opensourced the JDBC driver for SqlServer: https://github.com/Microsoft/mssql-jdbc
The driver is still immature, however, at a certain point the support to jTDS (abandoned) should be dropped in favour the official drivers.
List of driver bugs to be fixed before JPO can use it:
When jTDS is dropped, the dataSource.setConnectionTestQuery("select 1"); hack in the SqlServer12Config java class has to be removed too.
dataSource.setConnectionTestQuery("select 1");
SqlServer12Config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Microsoft opensourced the JDBC driver for SqlServer:
https://github.com/Microsoft/mssql-jdbc
The driver is still immature, however, at a certain point the support to jTDS (abandoned) should be dropped in favour the official drivers.
List of driver bugs to be fixed before JPO can use it:
When jTDS is dropped, the
dataSource.setConnectionTestQuery("select 1");
hack in the
SqlServer12Config
java class has to be removed too.The text was updated successfully, but these errors were encountered: