Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The Squirrel client doesn't work against the JDBC driver.
Dan Keeley needed to mock the following methods to make progress:
```
supportsSchemasInDataManipulation (as above)
supportsCatalogsInDataManipulation
supportsSchemasInTableDefinitions
getCatalogSeparator
supportsCatalogsInTableDefinitions
getDefaultTransactionIsolation
getTimeDateFunctions
supportsStoredProcedures
getStringFunctions (at this point i did getNumericFunctions too )
getSQLKeywords
getCatalogTerm
getSchemaTerm
getProcedureTerm
```
Then ran into
```
Error: exception while executing query
SQLState: null
ErrorCode: 0
Logged by net.sourceforge.squirrel_sql.client.session.Session at 10/23/13 9:43 AM:
The driver being used for alias 'Optiq' is not JDBC 3.0 compliant.
You should consider getting a more recent version of this driver
```
---------------- Imported from GitHub ----------------
Url: https://github.com/julianhyde/optiq/issues/65
Created by: julianhyde
Labels:
Created at: Wed Oct 23 18:43:50 CEST 2013
State: closed