View Issue Details

IDProjectCategoryView StatusLast Update
0004890SymmetricDS ProBugpublic2021-03-30 19:47
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.7 
Target Version3.12.8Fixed in Version3.12.8 
Summary0004890: dbcp2 package requires setting of validation query, otherwise it runs jdbc driver isValid() method, causing problems
DescriptionWhen the validation query is not set in the data source, the dbcp2 getConnection() method then calls the jdbc driver isValid() method to determine if the connection is a valid connection.

For at least the JTDS driver, that method is not implemented, and throws an AbstractMethodError exception.

Using the Pro interface, when the connection is tested, we need to add the validation query.
Also, when the permissions are tested, we need to add the validation query.
Steps To Reproduce1. Create a new SQL Server node, using the JTDS driver.
2. Test the connection.
Tagsdialect: sql-server

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-03-12 14:25 pmarzullo New Issue
2021-03-12 14:25 pmarzullo Status new => assigned
2021-03-12 14:25 pmarzullo Assigned To => pmarzullo
2021-03-12 14:25 pmarzullo Tag Attached: dialect: sql-server
2021-03-12 14:28 pmarzullo Status assigned => resolved
2021-03-12 14:28 pmarzullo Resolution open => fixed
2021-03-12 14:28 pmarzullo Fixed in Version => 3.12.8
2021-03-30 19:47 admin Status resolved => closed