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 Jamie.Spence
Recipients Jamie.Spence
Date 2013-01-07.14:43:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357569830.11.0.727312766793.issue16885@psf.upfronthosting.co.za>
In-reply-to
Content
After dumping a database with iterdump, trying to execute the dumped SQL sometimes results in an error because the statement order may be wrong. In my case, it is a view that is being created before the view it is referencing. Would ordering the sqlite_master table view query in dump.py by ID fix this issue?
History
Date User Action Args
2013-01-07 14:43:50Jamie.Spencesetrecipients: + Jamie.Spence
2013-01-07 14:43:50Jamie.Spencesetmessageid: <1357569830.11.0.727312766793.issue16885@psf.upfronthosting.co.za>
2013-01-07 14:43:50Jamie.Spencelinkissue16885 messages
2013-01-07 14:43:49Jamie.Spencecreate