[issue13445] Enable linking the module pysqlite with Berkeley DB SQL instead of SQLite

Lauren Foutz report at bugs.python.org
Mon Nov 21 22:31:19 CET 2011


Lauren Foutz <lauren.foutz at gmail.com> added the comment:

Berkeley DB SQL is a separate library from Berkeley DB.  It is an SQL engine that uses the same API as SQLite and uses Berkeley DB as its backend.  The modules that support Berkeley DB lack all of the SQL features and cannot be used to operate on a Berkeley DB SQL databases.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13445>
_______________________________________


More information about the Python-bugs-list mailing list