[issue9750] sqlite3 iterdump fails on column with reserved name

2012-02-05 Thread Marko Kohtala
Changes by Marko Kohtala : Removed file: http://bugs.python.org/file18720/sqlite3bug.py ___ Python tracker <http://bugs.python.org/issue9750> ___ ___ Python-bugs-list m

[issue9750] sqlite3 iterdump fails on column with reserved name

2012-02-05 Thread Marko Kohtala
Changes by Marko Kohtala : Removed file: http://bugs.python.org/file18725/sqlite3bug2.py ___ Python tracker <http://bugs.python.org/issue9750> ___ ___ Python-bugs-list m

[issue9750] sqlite3 iterdump fails on column with reserved name

2012-02-05 Thread Marko Kohtala
Changes by Marko Kohtala : Removed file: http://bugs.python.org/file18726/sqlite3dump.patch ___ Python tracker <http://bugs.python.org/issue9750> ___ ___ Python-bug

[issue9750] sqlite3 iterdump fails on column with reserved name

2012-02-05 Thread Marko Kohtala
Marko Kohtala added the comment: Here is finally an update to my patch modified according to comments received. It should apply on 2.7 and 3.3 branches. -- Added file: http://bugs.python.org/file24429/sqlite3dump.patch ___ Python tracker <h

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-12 Thread Marko Kohtala
Marko Kohtala added the comment: Thank you for the review. I have very limited time to use on this. So even when I'd like to make everything easy for you, have the time you give to python be as productive as possible, I can not. But I'll respond to your comments on the patch.

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-12 Thread Marko Kohtala
Changes by Marko Kohtala : Removed file: http://bugs.python.org/file18722/sqlite3ident.patch ___ Python tracker <http://bugs.python.org/issue9750> ___ ___ Python-bug

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-12 Thread Marko Kohtala
Changes by Marko Kohtala : Removed file: http://bugs.python.org/file18721/sqlite3bug.patch ___ Python tracker <http://bugs.python.org/issue9750> ___ ___ Python-bugs-list m

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-03 Thread Marko Kohtala
Changes by Marko Kohtala : Added file: http://bugs.python.org/file18726/sqlite3dump.patch ___ Python tracker <http://bugs.python.org/issue9750> ___ ___ Python-bugs-list m

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-03 Thread Marko Kohtala
Marko Kohtala added the comment: It also fails if table or column names contain double quote. -- Added file: http://bugs.python.org/file18725/sqlite3bug2.py ___ Python tracker <http://bugs.python.org/issue9

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-03 Thread Marko Kohtala
Marko Kohtala added the comment: The second patch contains also fixes for some places where the rules described in http://www.sqlite.org/lang_keywords.html are not followed. -- Added file: http://bugs.python.org/file18722/sqlite3ident.patch

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-02 Thread Marko Kohtala
Marko Kohtala added the comment: Here is a patch that may resolve the bug. -- keywords: +patch Added file: http://bugs.python.org/file18721/sqlite3bug.patch ___ Python tracker <http://bugs.python.org/issue9

[issue9750] sqlite3 iterdump fails on column with reserved name

2010-09-02 Thread Marko Kohtala
New submission from Marko Kohtala : Sqlite3 fails to dump a database with column names that are keywords. -- components: Extension Modules files: sqlite3bug.py messages: 115420 nosy: Marko.Kohtala priority: normal severity: normal status: open title: sqlite3 iterdump fails on column

[issue8842] sqlite3 library outdated in Windows builds

2010-05-28 Thread Marko Kohtala
New submission from Marko Kohtala : The Windows builds seem to come with SQLite library version 3.5.9, as seen from sqlite3.sqlite_version. This is from 2008-May-12. I've been using the sqlite3 module, but keep running into bugs on Windows. Replacing the DLLs\sqlite3.dll with a newer li