[SQL-CVS] r3970 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-08-28 02:08:15
|
Author: phd Date: 2009-08-27 19:31:44 -0600 (Thu, 27 Aug 2009) New Revision: 3970 Modified: SQLObject/trunk/docs/News.txt Log: Minor documentation update. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-08-26 16:34:40 UTC (rev 3969) +++ SQLObject/trunk/docs/News.txt 2009-08-28 01:31:44 UTC (rev 3970) @@ -13,12 +13,6 @@ Features & Interface -------------------- -* SET client_encoding for PostgreSQL to the value of '?charset=' parameter - in DB URI. - -* alternateMethodName defined for all unique fields, not only alternateID; - this makes SQLObject create by*() methods for all unique fields. - * .selectBy(), .deleteBy() and .by*() methods pass all values through .from_python(), not only unicode. @@ -26,6 +20,12 @@ parameter in DB URI or SQLiteConnection. Possible backends are: "pysqlite2" (alias "sqlite2"), "sqlite3", "sqlite" (alias "sqlite1"). +* alternateMethodName is defined for all unique fields, not only alternateID; + this makes SQLObject create .by*() methods for all unique fields. + +* SET client_encoding for PostgreSQL to the value of "charset" parameter + in DB URI or PostgresConnection. + Small Features -------------- |