The new version of PostgresDAC has been released. It introduces
local sort support and fixes several bugs.
Download the new trial version of PostgresDAC right now at:
http://microolap.com/products/connectivity/postgresdac/download/Full list of current changes:
[+] Local sorting added:
TPSQLDataset.SortBy method
TPSQLDataset.SortingFields property
[+] Last v8.1.4 client libraries included
[+] Comprehensive error messages support. To EPSQLDatabaseError class added:
property ErrorPos
property ErrorContext
property ErrorSeverity
property ErrorSqlState
property ErrorDetail
property ErrorHint
property ErrorInternalPos
property ErrorInternalQuery
property ErrorSourceFile
property ErrorSourceLine
property ErrorSourceFunc
[-] TPSQLDataset.GetLastInsertID bug fixed
[-] "Error loading libpq.dll" duplicated messagebox deleted
[-] "Internal exception raised and catched automatically" bug fixed
[-] Small memory leak fixed in TNativeDataset.InternalReadBuffer procedure
[-] TPSQLObjectsType missprinting fixed: "otFuntions" changed to "otFunctions"
[*] Some low layer functions refactored