ダウンロードリスト

プロジェクト概要

SQLObject is an object-relational mapper, i.e., a library that will wrap your database tables in Python classes and your rows in Python instances. It currently supports MySQL through the 'MySQLdb' package, PostgreSQL through the 'psycopg' package, SQLite, Firebird, MaxDB (SAP DB), MS SQL, and Sybase. It should support Python versions back to 2.4.

システム要件

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

2012-03-02 08:03
1.2.2

SQLiteConnection で修正された: _threadPool に close() をオフします。
タグ: Stable, minor bugfix
A bug was fixed in SQLiteConnection: clear _threadPool on close().

2011-12-05 01:50
1.2.1

処理のバグを修正、剰余演算子 (SQLite 実装のみ '%'、MySQL 実装 MOD() と PostgreSQL を実装するだけで両方)。
タグ: Stable, minor bugfix
A bug was fixed in handling the modulo operator (SQLite implements only "%", MySQL only implements MOD(), and PostgreSQL implements both).

2011-11-21 05:18
1.2.0

文字列は選択の選択を許可する特別に扱われます (['id、'名']、場所 =' 値 42' =)。ForeignKey (refColumn 'Table'、'refcol_id' =) ForeignKey を非 id 列をポイントすることができます。支援の PostgreSQL 7.* が削除されます。PostgreSQL の最小限のサポート対象のバージョン 8.1 です。PostgreSQL の引用の規則が変更されました: SQLObject E を使用して ' エスケープ文字列。新しいブール以外から呼び出し可能な自動コミット属性が固定された psycopg2 によって最近原因のバグを追加します。sqlobject.__doc__ と main.__doc__ は、もはや、バージョン番号を含む: sqlobject.version または version_info を使用します。
タグ: Stable
Strings are treated specially in Select to allow Select(['id, 'name'], where='value = 42'). ForeignKey('Table', refColumn='refcol_id') allows ForeignKey to point to a non-id column. Support for PostgreSQL 7.* is dropped; the minimal supported version of PostgreSQL is 8.1. Quoting rules have changed for PostgreSQL: SQLObject uses the E'' escape string. A bug caused by psycopg2 recently adding a new Boolean non-callable autocommit attribute was fixed. sqlobject.__doc__ and main.__doc__ no longer contain the version number: use sqlobject.version or version_info.

2011-08-31 05:36
1.1.3

バグは、Postgresで修正されました - クエリを"client_encodingの設定"の引用符を追加します。
タグ: Stable, minor bugfix
A bug was fixed with Postgres - add quotes in "SET client_encoding" query.

2011-08-08 22:27
1.1.2

バグのスライスをスライスからあなたを妨げているスライスSelectResultsで修正されました(たとえば、my_results [:20] [1:5])。
タグ: minor bugfix, Stable
A bug was fixed in SelectResults slicing that prevented you from slicing a slice (for example, my_results[:20][1:5]).

プロジェクトリソース