Search
j0ke.net Open Build Service
>
Projects
>
hardware
:
dell
>
python-sqlite2
> python-sqlite2.changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File python-sqlite2.changes of Package python-sqlite2
------------------------------------------------------------------- Fri May 7 00:16:36 UTC 2010 - lars@linux-schulserver.de - move Group to Development/Libraries/Python ------------------------------------------------------------------- Sat Mar 6 20:13:50 UTC 2010 - lars@linux-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 09:55:53 CEST 2009 - lars@linux-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 11:48:30 CEST 2008 - lars@linux-schulserver.de - update to 2.4.1 ------------------------------------------------------------------- Wed Oct 10 14:42:30 CEST 2007 - lrupp@suse.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 17:04:10 CEST 2007 - lrupp@suse.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 ------------------------------------------------------------------- Mon Feb 26 00:00:00 CEST 2007 - lrupp@suse.de - specfile cleanup ------------------------------------------------------------------- Fri Jan 19 00:00:00 CEST 2007 - judas_iscariote@shorewall.net - update to 2.3.3 - build with -fno-strict-aliasing otherwise gcc complains - deactivate unneeded patch ------------------------------------------------------------------- Fri Dec 8 00:00:00 CEST 2006 - lrupp@suse.de - Initial package for the build service