On 10 Jan 2015, at 11:52, Matt Neuburg wrote:
Yup. The SQL standard says that single quotes have to be escaped by using another single quote.
Right, but I'm not programming SQL; I'm using TextMate. It would be TextMate's job to handle this escaping, not mine. m.
I don’t think Ronald was implying you had to do the escaping, just pointing out where the problem lies, it’s a vendor library that TextMate uses, which is based on sqlite3, and lacks the escaping, for which Ronald submitted a PR: https://github.com/textmate/kvdb/pull/1