Is there a possibility to Escape “:” on user defined SQL queries?
I have a Connector with the query as a varible. The query is built in a Business-Object and passed to the Connector.
A query like this “UPDATE xyz SET a=’xy:1234′ WHERE xyz; UPDATE xyz SET b=’xy:123′ WHERE xyz;” will result in an error. Simplifier seems to read everything between “:” as a variable and throws an Error if no Value is provided.