Changelog for
python-sqlite2-debugsource-2.4.1-3.2.i586.rpm :
Fri May 7 14:00:00 2010 larsAATTlinux-schulserver.de
- move Group to Development/Libraries/Python
Sat Mar 6 13:00:00 2010 larsAATTlinux-schulserver.de
- update to 2.6.0
+ Added iteration and equality (hashability).
This method returns a tuple of column names. Immediately after
a query, it is the first member of each tuple in
:attr:`Cursor.description`.
Tue May 12 14:00:00 2009 larsAATTlinux-schulserver.de
- update to 2.5.5
+ Python compatibility fixes
+ Only reset cursors after rollback, not after commit. Fixes
problem where an implicity commit by a PRAGMA statement
invalidated the cursor
+ Connection.enable_load_extension(enabled) to allow/disallow
extension loading.
+ Fixed check if non-UTF8 strings are acceptable input.
+ For better DB-API compliance, operations on closed cursors now
raise exceptions.
+ made .connect(..., isolation_level=None) work again.
[#]## NOT READY YET ###
Sun May 11 14:00:00 2008 larsAATTlinux-schulserver.de
- update to 2.4.1
Wed Oct 10 14:00:00 2007 lruppAATTsuse.de
- Update to 2.3.5:
+ Using mappings and sequences as parameters works now too.
+ implicit ROLLBACKs work now
+ Performance optimizations that pay off especially for mass DML
operations
+ A Python 2.3 compatibility fix in the test suite.
Tue Jul 3 14:00:00 2007 lruppAATTsuse.de
- Update to 2.3.4:
+ Under some circumstances it\'s was not possible to close the
connection object. This happened if you still had cursor objects
around with statements that were no longer in the cached
statements pool. This was fixed by finalizing all statements
that were created from the connection instead of only those
that are still found in the connection pool.
+ SQLite often does not report useful error messages when the
stepped-on statement was not reset first.
Now we make sure that\'s always the case.
+ Merged missing corrections for sample code from Python
core version.
+ Allow the size parameter for fetchmany() for better DB-API
compliance.
+ Applied patch from #184. This defers the implicit
BEGINs/COMMITs and thus improves concurrency.
+ Print a warning if somebody tries to run the pysqlite test
suite from the pysqlite root directory and exit.
- remove the install-source
* files: this is done via installing
the rpm already
Sun Feb 25 13:00:00 2007 lruppAATTsuse.de
- specfile cleanup
Thu Jan 18 13:00:00 2007 judas_iscarioteAATTshorewall.net
- update to 2.3.3
- build with -fno-strict-aliasing otherwise gcc complains
- deactivate unneeded patch
Thu Dec 7 13:00:00 2006 lruppAATTsuse.de
- Initial package for the build service