This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ghaering
Recipients Ronny.Pfannschmidt, ghaering, r.david.murray
Date 2015-08-19.09:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439977217.07.0.302687102865.issue20463@psf.upfronthosting.co.za>
In-reply-to
Content
apsw contains code that handles the issues with dumping SQLite databases very well. I plan to integrate this code into pysqlite. We can then later port the fix to the sqlite3 module.

See https://github.com/ghaering/pysqlite/issues/10 for the tasks and
https://github.com/rogerbinns/apsw/blob/master/tools/shell.py#L1012 for the apsw code.
History
Date User Action Args
2015-08-19 09:40:17ghaeringsetrecipients: + ghaering, r.david.murray, Ronny.Pfannschmidt
2015-08-19 09:40:17ghaeringsetmessageid: <1439977217.07.0.302687102865.issue20463@psf.upfronthosting.co.za>
2015-08-19 09:40:17ghaeringlinkissue20463 messages
2015-08-19 09:40:16ghaeringcreate