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 peter.otten
Recipients loewis, peter.otten, plemarre
Date 2012-08-06.20:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344285845.54.0.416168806976.issue15545@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a minimal fix that modifies the sql in sqlite3.dump._iterdump() to sort the tables by name. It is then no longer necessary to sort the resultset in Python for the unit tests to pass.
History
Date User Action Args
2012-08-06 20:44:05peter.ottensetrecipients: + peter.otten, loewis, plemarre
2012-08-06 20:44:05peter.ottensetmessageid: <1344285845.54.0.416168806976.issue15545@psf.upfronthosting.co.za>
2012-08-06 20:44:04peter.ottenlinkissue15545 messages
2012-08-06 20:44:04peter.ottencreate