ダウンロードリスト

プロジェクト概要

Qore PostgreSQL モジュールは PostgreSQL のデータベースと通信する Qore プログラミング言語の DBI ドライバー モジュールです。PostgreSQL ドライバーは、クライアントとサーバーの文字エン コードやマルチ スレッドをサポート、トランザクション管理、ストアド プロシージャの実行に透過的に処理します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-10-29 05:20
2.0

このリリース ステートメント API (SQLStatement クラス) と新しい DBI オプション API のサポートの準備を含む、Qore 0.8.6+ に対してビルドするときの主要な新機能を追加し、Qore 0.8.6, と異なるタイムゾーン内の DB サーバーと通信するときに適切な日付/時刻のサポートを確保するクライアントにサーバー側のタイム ゾーン規則を設定する機能を追加新しい任意数値のデータ型をサポートします。
タグ: major new features
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.

2011-12-17 07:08
1.0.6

クライアント ヘッダー ファイルのみをコンパイルするには、モジュールが更新された;以前は、サーバーのヘッダーも必要でした。また、モジュールは Windows のビルドに更新された、新しい Linux ディストリビューションをビルドに関する修正を行った。
タグ: Build fixes
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.

2010-06-20 04:17
1.0.5

pgsqlのモジュールが結合してタイムゾーン情報を取得し、/時刻値の日付とマイクロ解像度を維持するためにqore 0.8.0 APIを使用するように更新されている。また、データソースは、::execRaw()とDatasourcePool::execRaw()メソッド現在サポートされているバグは、モジュールのバージョンを報告するコードで修正されました。
タグ: updated to new APIs
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.

2009-07-21 01:40
1.0.4

サポートするデータソースとDatasourcePoolクラスとの接続ポートがqore 0.7.6以降に対して、コンパイルをオーバーライドするために追加されました。バグのMSBが上NUMERICデータ(ビッグエンディアン)マシンは、別のバグを解釈し、固定されたSQLテキスト内のクエリの置換形式のコードの構文解析を修正しました。
タグ: Minor bugfixes, Minor feature enhancements
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.

2009-04-04 02:15
1.0.3

バグの数値の値が大幅に値を10000のエラーは、PostgreSQLサーバからの内部バイナリデータをデコードするためのラウンド数を複数として与えられた戻るこのリリースで修正。
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.

プロジェクトリソース