shuiyouren / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

[PATCH] Add proper quoting to the query strings. #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to use a property called, for example, "group".
2. Library fails with strange errors.

What is the expected output? What do you see instead?
You should be able to use group as the name of one of your fields or tables, 
but you are unable to 
do it, because SQL parser thinks it is the keyword GROUP.

What version of the product are you using? On what operating system?
SVN trunk.

Original issue reported on code.google.com by drodrigu...@gmail.com on 24 Sep 2009 at 10:14

Attachments: