From: | info(at)microolap(dot)com |
---|---|
To: | pgsql-announce(at)postgresql(dot)org |
Cc: | Edward Smirnov <ed(at)microolap(dot)com> |
Subject: | PostgresDAC 2.3.4 has been released |
Date: | 2006-07-27 13:59:26 |
Message-ID: | 1468215330.20060727165926@microolap.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce |
Greetings,
The new version 2.3.4 of microOLAP PostgresDAC has been released.
It's a powerful component suite for Delphi/C++Builder and PostgreSQL 7.x, 8.x.
It allows you to create Delphi/C++Builder applications with direct access to
PostgreSQL DB without BDE and ODBC. Not a freeware.
Please download new trial version of PostgresDAC at:
http://microolap.com/products/connectivity/postgresdac/download/ ,
or
Login to your private area on our site at http://microolap.com/my/downloads/
What's new:
[*] Latest v8.1.4 PostgreSQL sources (pg_dump.c and pg_restore.c)
used for libraries creation
[*] Improved index fetching for TPSQLTable component
[+] Dump and restore functionality rewritten from scratch.
Libraries pg_dump.dll and pg_restore.dll added. See
"Deploy.txt" for details.
[+] Functions added to TPSQLDump class:
- procedure DumpToStream(Stream: TStream; Log: TStrings); overload;
- procedure DumpToStream(Stream: TStream; LogFileName: string); overload;
- procedure DumpToFile(const FileName, LogFileName: string); overload;
[+] Function added to TPSQLRestore class:
- procedure RestoreFromFile(const FileName, LogFileName: string); overload;
[-] "Can't update fields containing long strings through TPSQLUpdateSQL" bug fixed
[-] "Floating memory problems using strings longer then 256 characters" bug fixed
[-] TAutoIncField critical bugfix: default values for integer fields were
fetched incorrectly.
[-] "CanModify property was always True for TPSQLQuery with RequestLive = True"
bug fixed
[-] "Error when open BYTEA field with content greater then 65Kb" bug fixed
[-] "CBuilder error: E2109 Not an allowed type in PSQLAccess.hpp" bug fixed
---
Best regards,
MicroOLAP Technologies LTD
www.microolap.com
From | Date | Subject | |
---|---|---|---|
Next Message | info | 2006-07-28 11:19:39 | MicroOLAP Database Designer for PostgreSQL ver.1.1.1 has been released |
Previous Message | David Fetter | 2006-07-24 03:17:23 | == PostgreSQL Weekly News - July 23 2006 == |