phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

Missing possibility to escape quotes within a literal #80

Closed wjzijderveld closed 2 years ago

wjzijderveld commented 11 years ago

At the moment it's impossible to search for a string with both single and double quotes in it with SQL2. And I suspect it might be impossible at all to have double quotes, but haven't a hard test for it yet.

dbu commented 2 years ago

with #199, it became possible to correctly escape strings in strings. you can use \" or "" to quote a double quote, and \' or '' for single quotes.