[issue2426] pysqlite provides no interface for database SQL dump

2008-03-28 Thread Paul Kippes

Paul Kippes <[EMAIL PROTECTED]> added the comment:

Thanks so much.

__
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



[issue2426] pysqlite provides no interface for database SQL dump

2008-03-19 Thread Paul Kippes

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