ダウンロードリスト

プロジェクト概要

KInterbasDB はオープン ソースのリレーショナル データベース火の鳥とその独自のいとこボーランド Interbase の一部のバージョンの Python データベース API 2.0 準拠サポートを実装する Python 拡張パッケージです。標準的な Python DB API の最小限の機能セット、に加えて KInterbasDB ほぼ全体ネイティブ API のクライアント データベース エンジンが公開されます。

システム要件

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

2009-02-13 04:52
3.3

今、同時に1つのkinterbasdb.Connection上で複数のトランザクションを使用することが可能です。場合は、Unicodeオブジェクトは、SQLステートメントとして渡されると、KInterbasDB文字は、ファイルシステムのkinterbasdb.create_databaseの場合は()、または文字の接続は、その他の場合は()内のセットに設定してエンコードしようとします。以前は、ASCIIにエンコードされる可能性が唯一のUnicodeオブジェクトを受け入れていた。
タグ: Major feature enhancements
It is now possible to use multiple transactions simultaneously on a single kinterbasdb.Connection. If a Unicode object is passed as the SQL statement, KInterbasDB will attempt to encode it to the character set of the filesystem (in the case of kinterbasdb.create_database) or to the character set of the connection (in the other cases). Previously, only Unicode objects that could be encoded to ASCII were accepted.

2006-08-16 20:04
3.2

タグ: Major feature enhancements

2006-07-05 08:15
3.2rc1

このリリースで修正さ1つのバグと機能のほんの一握りに追加します。
タグ: Minor bugfixes
This release fixes one bug and adds a handful of
features.

2006-04-27 10:18
3.2b1

このリリースで修正さマイナーなバグや機能の数、最も顕著な接続がタイムアウトをサポートします。
タグ: Minor feature enhancements
This release fixes minor bugs and adds a number of features, most notably support for connection timeouts.

プロジェクトリソース