1. 14 3月, 2002 1 次提交
  2. 11 3月, 2002 1 次提交
    • H
      Bug fixes for the 2002-03-08 change. · dadb718b
      Hiroshi Inoue 提交于
      1) Put back the error message for SQLError().
      2) Change Disallow premature to handle the SELECTed
         result.
      3) Put back the behavior of AUTUCOMMIT mode change.
      4) Fix SQLColumns for ODBC3.0.
      
      5) Improve the handling of variable bookmark in ODBC3.0.
      6) Enable Recognize Unique Index Button.
      dadb718b
  3. 08 3月, 2002 1 次提交
    • H
      1) Implement SQLParamOptions(). · 4b47467a
      Hiroshi Inoue 提交于
      2) Handle Multiple results and implement SQLMoreResult().
      3) Improve multibyte handling thanks to Eiji Tokuya.
      4) Add new options.
         LF <-> CR/LF converion.
         TRUE is -1 (for VB).
      5) Introduce unicode(UCS-2) support.
      6) Reduce the length of connection strings.
      7) Improve SQLError, SQLGetDiagRec(ODBC 3.0).
      8) Implement SQLTablePrivileges().
      9) Miscellaneous changes for ODBC 3.0 support.
      4b47467a
  4. 27 2月, 2002 1 次提交
  5. 18 2月, 2002 1 次提交
    • H
      The version is now 7.01.0010. · 3c16d095
      Hiroshi Inoue 提交于
      1) Handle parameter array.
      2) Allow re-use of the connection handle after SQLDisconnect.
      3) Reject NULL if no indicator specified.
      4) Improve the handling of '_' in table name.
      5) Unify internal begin/commit/abort operations.
      6) Change SQLTables() to return null not "" for the
         table_owner.
      7) Fix a bug about parameter handling reported by Benoit Menendez.
      8) Add cast in handling ODBC date/time escape sequences.
      9) Fix a bug about cache_size handing in declare/fetch mode.
      
      [ODBC3.0 related]
      10) Improve the handling of descriptor handles(ODBC3.0).
      11) Improve the type handling of some types for ODBC3.0.
      
      [Thanks to Marcelo Aceto for his useful patches]
      12) Allow nested ODBC escape.
      13) Allow changing autocommit on/off inside the transaction
          block.
      14) Improve the handling of ODBC scalar functions.
      3c16d095
  6. 31 12月, 2001 1 次提交
  7. 10 12月, 2001 2 次提交
  8. 06 11月, 2001 1 次提交
  9. 05 11月, 2001 1 次提交
  10. 28 10月, 2001 1 次提交
  11. 25 10月, 2001 3 次提交
  12. 19 10月, 2001 1 次提交
    • T
      Accept an INTERVAL argument for SET TIME ZONE per SQL99. · 9310075a
      Thomas G. Lockhart 提交于
       Modified the parser and the SET handlers to use full Node structures
       rather than simply a character string argument.
      Implement INTERVAL() YEAR TO MONTH (etc) syntax per SQL99.
       Does not yet accept the goofy string format that goes along with, but
       this should be fairly straight forward to fix now as a bug or later
       as a feature.
      Implement precision for the INTERVAL() type.
       Use the typmod mechanism for both of INTERVAL features.
      Fix the INTERVAL syntax in the parser:
       opt_interval was in the wrong place.
      INTERVAL is now a reserved word, otherwise we get reduce/reduce errors.
      Implement an explicit date_part() function for TIMETZ.
       Should fix coersion problem with INTERVAL reported by Peter E.
      Fix up some error messages for date/time types.
       Use all caps for type names within message.
      Fix recently introduced side-effect bug disabling 'epoch' as a recognized
       field for date_part() etc. Reported by Peter E. (??)
      Bump catalog version number.
      Rename "microseconds" current transaction time field
       from ...Msec to ...Usec. Duh!
      date/time regression tests updated for reference platform, but a few
       changes will be necessary for others.
      9310075a
  13. 12 10月, 2001 1 次提交
  14. 01 10月, 2001 1 次提交
  15. 29 9月, 2001 1 次提交
  16. 24 9月, 2001 1 次提交
  17. 23 9月, 2001 1 次提交
    • P
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut 提交于
      an already installed iODBC or unixODBC driver manager.  In particular,
      use the include files provided by the driver manager over our own,
      and use the odbcinst library of the driver manager rather than gpps.c.
      
      Migrate portability sections common to several files into psqlodbc.h.
      364a7ebe
  18. 14 9月, 2001 1 次提交
  19. 13 9月, 2001 1 次提交
  20. 11 9月, 2001 1 次提交
  21. 09 9月, 2001 1 次提交
  22. 08 9月, 2001 1 次提交
  23. 07 9月, 2001 1 次提交
  24. 27 8月, 2001 1 次提交
  25. 24 8月, 2001 1 次提交
  26. 21 8月, 2001 1 次提交
  27. 18 8月, 2001 1 次提交
    • H
      1) Change all internal SQL function calls from · 0c439e5e
      Hiroshi Inoue 提交于
         SQLxxxx() to PGAPI_xxxx().
      2) Handle an escaped date/time format as a parameter.
      3) Improve the tuple allocation a little.
      4) The preparation of ODBC 3.0 a little.
      5) Updatable cursors(may be deprecated before long).
      0c439e5e
  28. 05 8月, 2001 1 次提交
  29. 27 6月, 2001 1 次提交
  30. 18 6月, 2001 1 次提交
  31. 25 5月, 2001 1 次提交
  32. 09 5月, 2001 2 次提交
  33. 23 4月, 2001 2 次提交
  34. 06 4月, 2001 2 次提交