Download List

專案描述

Qore PostgreSQL Module is a DBI driver module for
the Qore programming language to communicate with
PostgreSQL databases. The PostgreSQL driver
transparently handles client and server character
encodings, supports multi-threading, transaction
management, stored procedure execution, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-10-29 05:20
2.0

This release adds major new features when built against Qore 0.8.6+, including support for the prepared statement API (the SQLStatement class) and the new DBI option API, support for the new arbitrary-numeric data type added in Qore 0.8.6, and the ability to set server-side timezone rules in the client to ensure proper date/time support when communicating with a DB server in a different timezone.
標籤: major new features

2011-12-17 07:08
1.0.6

The module was updated to compile with only client header files; previously, server headers were needed as well. Furthermore, the module was updated to build for Windows and some build fixes were made for newer Linux distributions.
標籤: Build fixes

2010-06-20 04:17
1.0.5

The pgsql module has been updated to use qore 0.8.0 APIs for binding and retrieving time zone information and to maintain microsecond resolution with date/time values. Additionally, the Datasource::execRaw() and DatasourcePool::execRaw() methods are now supported and a bug was fixed in the code that reports the module's version.
標籤: updated to new APIs

2009-07-21 01:40
1.0.4

Support was added for overriding the connection port with the Datasource and DatasourcePool classes when compiled against qore 0.7.6 or greater. A bug was fixed interpreting NUMERIC data on MSB (big endian) machines, and another bug was fixed parsing query substitution format codes in SQL text.
標籤: Minor bugfixes, Minor feature enhancements

2009-04-04 02:15
1.0.3

This release fixes a bug returning numeric values when the significant value was given as a round number multiple of 10,000 due to an error decoding internal binary data from the PostgreSQL server.

Project Resources