1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
sqlobject (1.4.1-1) unstable; urgency=low
Due to the large gap between updates to the sqlobject package, there
are a number of significant changes in this version.
All database signals are now sent with the instance or class as the first
parameter. The following signals were changed: RowCreateSignal,
RowCreatedSignal, DeleteColumnSignal
Post-processing functions for all signals are called now called with
the instance as the first parameter. The following signals were
changed: RowUpdatedSignal, RowDestroySignal, RowDestroyedSignal.
The DB URI parser was reworked to use urllib.split*() and unquote().
This means that any username/password/path are allowed in DB
URIs if they are properly %-encoded, and DB URIs are automatically
unquoted. The sqlobject-convertOldURI script can be used to correctly
quote an old DB URI.
The backend parameter in the DB URI was renamed to driver.
The dirty attribute has been moved from the SQLOBject base class to the
sqlmeta class
-- Neil Muller <drnlmuller+debian@gmail.com> Sat, 03 Aug 2013 14:55:07 +0200
|