New submission from Jamie Spence:

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?

----------
messages: 179267
nosy: Jamie.Spence
priority: normal
severity: normal
status: open
title: SQLite3 iterdump ordering
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16885>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to