add sqlite-specific reserved words
Bug #593633 reported by
Marien Zwart
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
Fix Released
|
Medium
|
Marien Zwart |
Bug Description
sqlite has a few reserved words that are not in the general list of sql reserved words in the expr module (see http://
Attaching a patch that adds just the 38 words not already in the list in the expr module, without any unit tests.
Related branches
lp://staging/~marienz/storm/sqlite-reserved-words
- James Henstridge: Approve
- Jamu Kakar (community): Approve
-
Diff: 61 lines (+33/-0)3 files modifiedNEWS (+1/-0)
storm/databases/sqlite.py (+15/-0)
tests/databases/sqlite.py (+17/-0)
Changed in storm: | |
assignee: | nobody → Marien Zwart (marienz) |
importance: | Undecided → Medium |
milestone: | none → 0.17 |
status: | New → In Progress |
Changed in storm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix merged as r360.