How to disable statements preparing?
Posted: 27.01.2024, 07:42
Hi,
How do I disable the preparing of statements? I tried to remove [doPreferPrepared] from the dataset options but it doesn't help
For quickly reproducer example, if I set the SQL to be:
select * from files limit 20; select * from files limit 10
I get the error:
"SQL Error: ERROR: cannot insert multiple commands into a prepared statement
ERROR 42601"
Thanks,
How do I disable the preparing of statements? I tried to remove [doPreferPrepared] from the dataset options but it doesn't help
For quickly reproducer example, if I set the SQL to be:
select * from files limit 20; select * from files limit 10
I get the error:
"SQL Error: ERROR: cannot insert multiple commands into a prepared statement
ERROR 42601"
Thanks,