There is a cache configuration property "sqlEscapeAll"
<https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/CacheConfiguration.html#isSqlEscapeAll()>
that might address your issue. Set it to "true" to make Ignite put all SQL
query fields inside double quotes.

Reply via email to