Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-65

Squirrel gets JDBC errors

    XMLWordPrintableJSON

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            github-import GitHub Import
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: