home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pxtol012.zip / ChangeLog < prev    next >
Text File  |  2000-09-22  |  1KB  |  40 lines

  1. 0.0.12 - 21.09.2000
  2.   + added support for INCREMENTAL <mans@gyptis.frmug.org>
  3.   + MemoBLOB support
  4. 0.0.11 - 05.07.2000
  5.   + fixed the fix again
  6. 0.0.10 - 04.07.2000
  7.   + fixed the DATE again (2 letter dates)
  8. 0.0.9 - 03.07.2000
  9.   + fixed DATE for dates before 1970.
  10. 0.0.8 - 10.06.2000
  11.   + added longint to the list of valid datatypes for pxsqldump, pxcsvdump
  12. 0.0.7 - 20.05.2000
  13.   + the header detection was a little bit too strict. if the firstblock is
  14.     not equal '1' a warning is issued, but the file gets parsed.
  15. 0.0.6 - 03.01.2000
  16.   + fixed quotations
  17.   + changed DOUBLE -> DOUBLE PRECISION for PostgreSQL
  18.     (fix prodived by <thomas.baumann@ch.tum.de>)
  19. 0.0.5 - 06.12.1999
  20.   + fixed big-endian support
  21.   + added NULL for all field-types
  22.   + fixed precission of TIMESTAMP
  23.   + added Spain to SortOrder and CodePage
  24. 0.0.4 - 01.12.1999
  25.   + added big-endian support 
  26.   + added field-type MEMO-BLOB
  27.   + fixed NULL for TIMESTAMP and LOGICAL
  28.     (data-file provided by <melgue@correoargentino.com.ar>)
  29. 0.0.3 - 26.11.1999
  30.   + added field-types TIMESTAMP and LOGICAL
  31.     (data-file provided by <tg@channel-one.de>)
  32.   + added pxcsvdump
  33. 0.0.2 - 10.10.1999
  34.   + Y2K-workaround 
  35.     if a date is before 1970 onehundred years are added.
  36.     look in pxconvert.c:PXtoTM(...) or grep for 'Y2K' if you don't want it
  37.   + implemented correct reading of data-blocks
  38.   + added basic support for index-files
  39. 0.0.1 - 03.10.1999
  40.   + first release