1. 10 10月, 2003 8 次提交
  2. 09 10月, 2003 17 次提交
  3. 08 10月, 2003 5 次提交
  4. 07 10月, 2003 7 次提交
  5. 06 10月, 2003 3 次提交
    • M
      - Fixed constant listing in execute using clause. · aeb1f647
      Michael Meskes 提交于
      - Fixed typo in ecpg for Informix dec_t type.
      - Fixed precision handling in Informix compat funxtions.
      aeb1f647
    • P
      Translation updates · 5e3aaf54
      Peter Eisentraut 提交于
      5e3aaf54
    • T
      Modify COPY FROM to match the null-value string against the column value · 0eceaaf9
      Tom Lane 提交于
      before it is de-backslashed, not after.  This allows the null string \N
      to be reliably distinguished from the data value \N (which must be
      represented as \\N).  Per bug report from Manfred Koizar ... but it's
      amazing this hasn't been reported before ...
      Also, be consistent about encoding conversion for null string: the form
      specified in the command is in the server encoding, but what is sent
      to/from client must be in client encoding.  This never worked quite
      right before either.
      0eceaaf9