New submission from Paul Kippes <[EMAIL PROTECTED]>: Without the command line interface to sqlite3, there is no easy method of extracting a database into an SQL dump file. This creates a problem should a user want to create an in-memory database (which is useful for a performance boost) and then save the data for later use. It also would be useful should the sqlite3 command not be installed.
The attached patch implements this feature as a method of the Connection class. ---------- components: Extension Modules, Library (Lib) files: sqlite_dump_addition.r61630.patch keywords: patch messages: 64074 nosy: kippesp severity: normal status: open title: pysqlite provides no interface for database SQL dump type: feature request versions: Python 2.6, Python 3.0 Added file: http://bugs.python.org/file9771/sqlite_dump_addition.r61630.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2426> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com