[New-bugs-announce] [issue16885] SQLite3 iterdump ordering

Jamie Spence report at bugs.python.org
Mon Jan 7 15:43:50 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue16885>
_______________________________________


More information about the New-bugs-announce mailing list