RIAwolf / dao-ext

Automatically exported from code.google.com/p/dao-ext
0 stars 0 forks source link

" " in the createTable method #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a table with a field named "key"
2. SQLite will save it with quote marks ("") around it because it's a
reserved word

What is the expected output? What do you see instead?
the createTable method contains the SQL string in the same type of quote
marks just as the field name.

What version of the product are you using? On what operating system?
Dao-Ext 0.1

Please provide any additional information below.
replace double-quote marks with single around the SQL string or aroung the
field name.

Original issue reported on code.google.com by loza...@gmail.com on 2 Mar 2009 at 8:17

GoogleCodeExporter commented 8 years ago
we'll fix that.

Original comment by matteo.r...@gmail.com on 9 Mar 2009 at 5:28

GoogleCodeExporter commented 8 years ago
closed

Original comment by matteo.r...@gmail.com on 11 Mar 2009 at 11:08