Jump to letter: [
2ABCDEFGHJKLMNOPRSTUVXYZ
]
python-apsw - Another Python SQLite Wrapper
- Description:
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.
Packages
| python-apsw-3.7.16.1-1.fc17.src
[5.3 MiB] |
Changelog
by termim@gmail.com 3.7.16.1_r1-1 (2013-03-30):
* Release 3.7.16.1_r1-1
Update shell completion tables for functions and pragmas
New SQLite download URLS, new constants, removed CouchDB support
|
| python-apsw-3.7.15.2-1.fc17.src
[5.3 MiB] |
Changelog
by termim@gmail.com 3.7.15.2_r1-1 (2013-01-18):
* Release 3.7.15.2_r1-1
No APSW changes - binary rebuild to pickup new SQLite version
|
| python-apsw-3.7.15.1-1.fc17.src
[5.3 MiB] |
Changelog
by termim@gmail.com 3.7.15.1_r1-1 (2012-12-22):
* Release 3.7.15.1_r1-1
* Use https (SSL) for SQLite web site references (downloads and
documentation links). On some platforms/versions/SSL libraries,
Python’s SSL module doesn’t work with the SQLite website
so a fallback to http is used - the downloads still have their
checksum verified.
* Work around changed semantics for error handling when the VFS
xDelete method is asked to delete a file that does not exist.
* Completely removed all AsyncVFS related code. This extension is
no longer maintained nor supported by the SQLite team. WAL is
a good way of getting similar functionality.
* Added config() support for SQLITE_CONFIG_COVERING_INDEX_SCAN.
* Added several new constants: SQLITE_CONFIG_COVERING_INDEX_SCAN,
SQLITE_CONFIG_SQLLOG, SQLITE_FCNTL_BUSYHANDLER,
SQLITE_FCNTL_TEMPFILENAME, SQLITE_CANTOPEN_FULLPATH,
SQLITE_IOERR_DELETE_NOENT
|
| python-apsw-3.7.14.1-1.fc17.src
[5.2 MiB] |
Changelog
by termim@gmail.com 3.7.14.1_r1-1 (2012-10-10):
* Release 3.7.14.1_r1-1
Updated setup and test suite so that all files are explicitly closed instead of relying on garbage collection.
Added Windows binaries for Python 3.3. (Only 32 bit as Python doesn’t provide a free way of making 64 bit Windows binaries.)
Updated setup.py to work with changed SQLite download page formatting when detecting latest version.
Due to a Python 3.3.0 regression bug using the csv ouput mode in the shell can result in bad data or Python crashing. The bug has been fixed for Python 3.3.1 which is due in November 2012.
|
| python-apsw-3.7.13_r1-1.fc17.src
[5.1 MiB] |
Changelog
by termim@gmail.com 3.7.8_r1-1 (2011-10-13):
* Release 3.7.8_r1-1
Updated documentation and tests due to an undocumented change in VFS xDelete semantics.
Added SQLITE3_FCNTL_PERSIST_WAL and SQLITE3_FCNTL_WIN32_AV_RETRY file controls.
Wrapped sqlite3_sourceid (issue 120).
|
| python-apsw-3.7.8_r1-1.fc17.src
[4.8 MiB] |
Changelog
by termim@gmail.com 3.7.8_r1-1 (2011-10-13):
* Release 3.7.8_r1-1
Updated documentation and tests due to an undocumented change in VFS xDelete semantics.
Added SQLITE3_FCNTL_PERSIST_WAL and SQLITE3_FCNTL_WIN32_AV_RETRY file controls.
Wrapped sqlite3_sourceid (issue 120).
|