[issue16885] SQLite3 iterdump ordering

2019-11-12 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16885] SQLite3 iterdump ordering

2015-08-19 Thread Gerhard Häring

Gerhard Häring added the comment:

http://bugs.python.org/issue20463 is related.

--
assignee:  -> ghaering

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16885] SQLite3 iterdump ordering

2013-01-12 Thread R. David Murray

R. David Murray added the comment:

When you say sometimes, do you mean randomly on the same schema, or do you mean 
depending on the specific schema sometimes it doesn't work?

The code is the same in the other python versions, so I'm adding them as the 
bug doubtless exists there as well.

--
versions: +Python 3.2, Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16885] SQLite3 iterdump ordering

2013-01-11 Thread Ezio Melotti

Ezio Melotti added the comment:

Can you provide a minimal script to reproduce the issue?
If you can then turn the script in a unittest, you can try to patch the code 
and order the sqlite_master table and see if that fixes the problem.

--
nosy: +ezio.melotti, ghaering, r.david.murray
stage:  -> needs patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16885] SQLite3 iterdump ordering

2013-01-07 Thread Jamie Spence

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com