On some of our systems the table query returns no rows. When we execute the select query outside of PHP context, or without the ESCAPE definition, the result is as expected. This PR simply removes it from the query and ensures compatibility with more PHP/SQLite setups.
From what I see you do not really need to define the escape character at this point. Or am I missing something?
On some of our systems the table query returns no rows. When we execute the select query outside of PHP context, or without the
ESCAPE
definition, the result is as expected. This PR simply removes it from the query and ensures compatibility with more PHP/SQLite setups.From what I see you do not really need to define the escape character at this point. Or am I missing something?