Chris Rudolph wrote:

I'm new to sqlite and was having problems inserting quoted text. I figured out the ' ' and " " requirements and it resolved my issues, however I'm curious to know if there are other characters that also require this form of escaping? Is there a list somewhere?


As far as I know, the only character that requires escaping is the single-quote character.

Reply via email to