Version 2.4.2 (July 1, 2008)
You're welcome to download the PostgresDAC v2.4.2 right now at:
http://microolap.com/products/connectivity/postgresdac/download/ ,
or
Login to your private area on our site at
http://microolap.com/my/downloads/Full list of current changes:
[!] PostgreSQL 8.3.3 client libraries including pg_dump.dll and pg_restore.dll used
[*] bytea values now escaped depending on the connection properties
[*] String values are escaped now depending on connection properties
[*] TPSQLDataset.Locate allows now KeyValues to be array of one single element ( VarArrayOf([Val]) )
[+] function TPSQLDataset.GetFieldTypeOID added
[+] TPSQLDataset.Filter supports extended LIKE operator now
[-] "Exception with empty message is raised after Post if result set is empty" bug fixed
[-] "Microsecond fraction of timestamp displayed incorrectly if trailing zeroes are missing (.22 becomes.022)" bug fixed
[-] "Sometimes BLOBs values incorrectly figured in WHERE clause of SQL sent to server during Post operation" bug fixed
[-] "TPSQLCopy.LoadFromStream fails but no error reported" bug fixed
[-] "TPSQLDataset is not updatable if target table has a TEXT based primary (or unique) key" bug fixed
[-] "TPSQLDataset.SortBy method process NULL values incorrectly" bug fixed
[-] "TPSQLDirectQuery not properly unregistered from TPSQLDatabase causing AV" bug fixed
[-] "TPSQLDump: column 'oprlsortop' does not exist" bug fixed
[-] "TPSQLQuery is not updatable after Refresh method call" bug fixed
[-] "TPSQLRestore ignores Port settings when checking existance of database for restore" bug fixed
[-] "TPSQLTable.EditKey/SetKey don't work after SortBy call" bug fixed
[-] Bug in TPSQLDirectQuery.MoveBy fixed
[-] TPSQLTable.ApplyRange behavior fixed for date, time, timestamp and int8 data types
[-] Memory leak in TPSQLDatabase.Connect fixed