Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1650

hsql does not generally support catalog identifier parts

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.4.1, 7.5
    • 6.0.0
    • JDBC Connector
    • None

      hsql does not general support the catalog name component, for example:

      DELETE FROM "PUBLIC"."PRODUCT" WHERE "PUBLIC"."PRODUCT"."ID" = 2000

      will fail, where as

      DELETE FROM "PUBLIC"."PRODUCT" WHERE "PRODUCT"."ID" = 2000

      will succeed.

            rhn-engineering-shawkins Steven Hawkins
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: