SQLite Forum

insert a uuid:string '0Xcd...' -> 1/logic-error near "0Xcd" , syntax error
Login
I find it strange that the query string reuses the single quote. No parser could handle this:
<code>
query '....'..'..'..'..'..'..'
</code>
What's up with that? Do you need to escape single quotes within your query quoted string?