New milestone PostgresDAC release is out! Now with PostgreSQL 9.6 and Android target platform support. From now and on NUMERIC fields are mapped to TFmtBcdField, that allows manipulating this type of values with immense flexibility. This release contains breakdown change, thus developers should check their sources where NUMERIC fields are used.
This release introduces support for latest PostgreSQL version, extends payload by adding new TPgSSHDatabase implementation, improves dump and restore machinery, fixes all known bugs.
This release is fully dedicated to the dump and restore functionality. Libraries are rewritten from scratch for the latest 9.3 and 9.2 servers. Support for previous versions is discontinued. New modern thread friendly Directory output format introduced. New parallel dump mode implemented. A bunch of features added as well as all known bugs are fixed.
This release introduces new Lookup implementation, which allows using multi-column cached lookup fields. Key innovations added to the design time process. Handling of client library loading improved.