j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

inserting with single quotes in fields #47

Closed agoodcoolman closed 9 years ago

agoodcoolman commented 9 years ago

in android,if I insert a String into datebase with symbol '
when i query it, it tell me wrong. without the symbol,it working

j256 commented 9 years ago

This is a FAQ. You should use the SelectArg class to query for things with quotes. See http://ormlite.com/docs/select-arg . If you are saying that you inserted a string using dao.create(...) and it didn't make it into the database then please reopen this issue.

agoodcoolman commented 9 years ago

e....tks,