Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Improved support for InterBase 7.5.1 and SQL Dialect 1 #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 30, 2017

  1. Exclude DOMAINs with RDB$SYSTEM_FLAG set from QRYDomains

    This excludes system domains starting with SEC$ or MON$, and brings QRYDomains
    into line with similar queries.
    Stephen Drake committed May 30, 2017
    Configuration menu
    Copy the full SHA
    069ec2f View commit details
    Browse the repository at this point in the history
  2. Exclude USING clause from constraints when not compiling for FB15_UP

    USING is not supported in earlier versions so must be omitted if backward
    compatibility is required.
    Stephen Drake committed May 30, 2017
    Configuration menu
    Copy the full SHA
    946af42 View commit details
    Browse the repository at this point in the history
  3. Track SQL dialect in TMetaDataBase

    Allow metadata operations to take account of SQL dialect.
    Stephen Drake committed May 30, 2017
    Configuration menu
    Copy the full SHA
    d8f35ae View commit details
    Browse the repository at this point in the history
  4. Don't attempt to quote identifiers when using SQL dialect 1

    Support for delimited identifiers requires SQL dialect 3.
    Stephen Drake committed May 30, 2017
    Configuration menu
    Copy the full SHA
    8d49f1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f3e0d View commit details
    Browse the repository at this point in the history