1. 11 Feb, 1998 3 commits
    • Thomas G. Lockhart's avatar
      Define ROW and STATEMENT as parser tokens. · 878b8d64
      Thomas G. Lockhart authored
      Use explicit tokens to decode CREATE TRIGGER clauses.
      Allow ROW and STATEMENT as column identifiers.
      Fix CAST syntax to require parens per SQL92 spec.
      Define TypeId to allow correct translation of type names in CREATE FUNCTION
       and other statements. Need to do this without looking up defined type
       names because CREATE FUNCTION can specify undefined (new) types.
      Define UserId to complete removal of "Id" generic entity.
      Define xlateSqlFunc() to convert SQL92 CHARACTER_LENGTH() and CHAR_LENGTH()
       functions to calls to length().
      Define func_name parser entity for contexts requiring a function name.
      Have xlateSqlType() translate "float" to "float8".
      878b8d64
    • Thomas G. Lockhart's avatar
      Automatically promote out of range integers to floats. · 5e9e8849
      Thomas G. Lockhart authored
      Throw elog(NOTICE) to flag promotion.
      5e9e8849
    • Thomas G. Lockhart's avatar
      9e22f825
  2. 10 Feb, 1998 6 commits
  3. 09 Feb, 1998 2 commits
    • Marc G. Fournier's avatar
      From: Peter T Mount <patches@maidast.demon.co.uk> · 2535fcde
      Marc G. Fournier authored
      This patch fixes the following:
      
      * Fixes minor bug found in DatabaseMetaData.getTables() where it doesn't
        handle default table types.
      * It now reports an error if the client opens a database using
        properties, and either the user or password properties are missing. This
        should make the recent problem with Servlets easier to find.
      * Commented out obsolete property in Driver.getPropertyInfo()
      2535fcde
    • Marc G. Fournier's avatar
      This was a new class that was introduced last weekend. I'm attaching the · 83e637a9
      Marc G. Fournier authored
      source here. It goes in the src/interfaces/jdbc/postgresql/util directory
      
      Marc, can you make sure this is in the distribution, Thanks
      83e637a9
  4. 07 Feb, 1998 2 commits
  5. 06 Feb, 1998 5 commits
  6. 05 Feb, 1998 14 commits
  7. 04 Feb, 1998 3 commits
  8. 03 Feb, 1998 5 commits