add sqlite-specific reserved words

Bug #593633 reported by Marien Zwart
6
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://www.sqlite.org/lang_keywords.html ). Adding these (like the mysql module does) would be nice. I noticed this when I tried to select from a table with a row called "index".

Attaching a patch that adds just the 38 words not already in the list in the expr module, without any unit tests.

Related branches

Revision history for this message
Marien Zwart (marienz) wrote :
Changed in storm:
assignee: nobody → Marien Zwart (marienz)
importance: Undecided → Medium
milestone: none → 0.17
status: New → In Progress
Revision history for this message
James Henstridge (jamesh) wrote :

Fix merged as r360.

Changed in storm:
status: In Progress → Fix Committed
Jamu Kakar (jkakar)
Changed in storm:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.