RushOrm
RushOrm copied to clipboard
Sqlite keywords not handled
Hi mate, it seems if you have a boolean named "delete" in a Rush_Object class it will fail to compile, maybe you should put a list of unavailable names
Cheers
I guess it would be good to prefix SQLite Keywords.
For now this is a list of terms that could cause problems.
http://www.sqlite.org/lang_keywords.html
Thanks