[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]> __ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue2426] pysqlite provides no interface for database SQL dump

2008-03-28 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: although closed, i'm assigning this to ghaering so that he knows it went in and can merge this back into pysqlite if its not already in there. -- assignee: gregory.p.smith -> ghaering nosy: +ghaering ___

[issue2426] pysqlite provides no interface for database SQL dump

2008-03-28 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: and r62012 which adds the dump.py files I forgot to svn add in r62000. __ Tracker <[EMAIL PROTECTED]> __

[issue2426] pysqlite provides no interface for database SQL dump

2008-03-28 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: thanks! committed to trunk in r62000. -- priority: -> normal resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2426] pysqlite provides no interface for database SQL dump

2008-03-19 Thread Gregory P. Smith
Changes by Gregory P. Smith <[EMAIL PROTECTED]>: -- assignee: -> gregory.p.smith nosy: +gregory.p.smith __ Tracker <[EMAIL PROTECTED]> __ ___ P

[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