You are not logged in.
Hello!
I'm using direct SQL execution to do some tasks. Today I encountered a problem that seems to be a Bug, but need your opinion/confirmation.
I'm using firebird. I debugged the code and my suspect is the TSQLRestStorageExternal.AdaptSQLForEngineList function.
The SQL gets cutted in this example:
Input SQL: SELECT codigo FROM rec_prf WHERE (nome='' OR nome IS NULL) AND EscolaID='Example'
Output SQL: select Codigo from rec_prf where (Nome='' or Nome is null
If no parentheses are used it works as expected.
Offline
You're right, I found it mentioned.
Is there any way to execute a query without any conversion?
Offline