[SQL-CVS] r3960 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-08-13 16:55:50
|
Author: phd Date: 2009-08-13 10:55:38 -0600 (Thu, 13 Aug 2009) New Revision: 3960 Modified: SQLObject/trunk/docs/News.txt Log: SET client_encoding for PostgreSQL to the value of '?charset=' parameter in DB URI. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-08-13 16:54:18 UTC (rev 3959) +++ SQLObject/trunk/docs/News.txt 2009-08-13 16:55:38 UTC (rev 3960) @@ -13,6 +13,9 @@ Features & Interface -------------------- +* SET client_encoding for PostgreSQL to the value of '?charset=' parameter + in DB URI. + * Removed deprecated attribute and functions. SQLObject 0.11 |