Changelog for
python-sqlite2-debugsource-2.4.1-3.2.x86_64.rpm :
* Fri May 07 2010 larsAATTlinux-schulserver.de- move Group to Development/Libraries/Python
* Sat Mar 06 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 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 2008 larsAATTlinux-schulserver.de- update to 2.4.1
* Wed Oct 10 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 03 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 2007 lruppAATTsuse.de- specfile cleanup
* Thu Jan 18 2007 judas_iscarioteAATTshorewall.net- update to 2.3.3- build with -fno-strict-aliasing otherwise gcc complains- deactivate unneeded patch
* Thu Dec 07 2006 lruppAATTsuse.de- Initial package for the build service