1. 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
  2. 22 9月, 2001 10 次提交
  3. 21 9月, 2001 7 次提交
  4. 20 9月, 2001 3 次提交
  5. 19 9月, 2001 3 次提交
  6. 18 9月, 2001 3 次提交
  7. 17 9月, 2001 9 次提交
  8. 15 9月, 2001 2 次提交
    • B
      > Here's a revised patch. Changes: · c1fbf066
      Bruce Momjian 提交于
      >
      > 1. Now outputs '\\' instead of '\134' when using encode(bytea, 'escape')
      > Note that I ended up leaving \0 as \000 so that there are no ambiguities
      > when decoding something like, for example, \0123.
      >
      > 2. Fixed bug in byteain which allowed input values which were not valid
      > octals (e.g. \789), to be parsed as if they were octals.
      >
      > Joe
      >
      
      Here's rev 2 of the bytea string support patch. Changes:
      
      1. Added missing declaration for MatchBytea function
      2. Added PQescapeBytea to fe-exec.c
      3. Applies cleanly on cvs tip from this afternoon
      
      I'm hoping that someone can review/approve/apply this before beta starts, so
      I guess I'd vote (not that it counts for much) to delay beta a few days :-)
      
      Joe Conway
      c1fbf066
    • B
      Allow '1' in jdbc2 boolean test. · e8d5b8d2
      Bruce Momjian 提交于
      e8d5b8d2
  9. 14 9月, 2001 2 次提交