Forum Topic - Maximum size of SQL query qdb_query() can handle?:
   
Maximum size of SQL query qdb_query() can handle?  
I want to know what is the maximum size of SQL query which qdb_query() can accept or handle.
I am using a SQL query in my code which is of 20100 Bytes. When I pass it to qdb_query() I get the syntax error while 
query does not have error if we run it on SQLite Manager add on.
I am suspecting that qdb_query() is not able to accept 20KB string as input parameter.