[SQL-CVS] r3971 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-09-08 17:56:39
|
Author: phd Date: 2009-09-08 11:56:19 -0600 (Tue, 08 Sep 2009) New Revision: 3971 Modified: SQLObject/trunk/docs/News.txt SQLObject/trunk/docs/SQLObject.txt Log: Default is to test pysqlite2, sqlite3 and sqlite in that order. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-08-28 01:31:44 UTC (rev 3970) +++ SQLObject/trunk/docs/News.txt 2009-09-08 17:56:19 UTC (rev 3971) @@ -19,6 +19,7 @@ * The user can choose a DB API driver for SQLite by using a "backend" parameter in DB URI or SQLiteConnection. Possible backends are: "pysqlite2" (alias "sqlite2"), "sqlite3", "sqlite" (alias "sqlite1"). + Default is to test pysqlite2, sqlite3 and sqlite in that order. * alternateMethodName is defined for all unique fields, not only alternateID; this makes SQLObject create .by*() methods for all unique fields. Modified: SQLObject/trunk/docs/SQLObject.txt =================================================================== --- SQLObject/trunk/docs/SQLObject.txt 2009-08-28 01:31:44 UTC (rev 3970) +++ SQLObject/trunk/docs/SQLObject.txt 2009-09-08 17:56:19 UTC (rev 3971) @@ -1749,7 +1749,8 @@ The user can choose a DB API driver for SQLite by using a "backend" parameter in DB URI or SQLiteConnection. Possible backends are: "pysqlite2" -(alias "sqlite2"), "sqlite3", "sqlite" (alias "sqlite1"). +(alias "sqlite2"), "sqlite3", "sqlite" (alias "sqlite1"). Default is to +test pysqlite2, sqlite3 and sqlite in that order. Firebird -------- |