[SQL-CVS] r4235 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-09-14 09:51:30
|
Author: phd Date: 2010-09-14 03:51:23 -0600 (Tue, 14 Sep 2010) New Revision: 4235 Modified: SQLObject/trunk/docs/News.txt Log: Minor documentation update. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2010-09-13 16:23:36 UTC (rev 4234) +++ SQLObject/trunk/docs/News.txt 2010-09-14 09:51:23 UTC (rev 4235) @@ -16,14 +16,14 @@ * The lists of columns/indices/joins are now sorted according to the order of creation. -* validator2 was added to all columns; it is inserted at the beginning of - the list of validators, i.e. its ``from_python()`` method is called +* ``validator2`` was added to all columns; it is inserted at the beginning + of the list of validators, i.e. its ``from_python()`` method is called first, ``to_python()`` is called last, after all validators in the list. -* SQLiteConnection's parameter use_table_info became boolean with default - value True. +* SQLiteConnection's parameter ``use_table_info`` became boolean with default + value True; this means the default schema parser is now based on ``PRAGMA + table_info()``. - SQLObject 0.13.0 ================ |