Prepare statements for better performance, instead of sending parameterized queries.
Might not work with connection poolers.
-Default: yes.
+Default: no (in 4.3.x; defaults to yes in 4.4.0 and newer)
.. versionadded:: 4.3.1
declare(suffix,"port","Database backend port to connect to","");
declare(suffix,"password","Database backend password to connect with","");
declare(suffix,"extra-connection-parameters", "Extra parameters to add to connection string","");
- declare(suffix,"prepared-statements", "Use prepared statements instead of parameterized queries", "yes");
+ declare(suffix,"prepared-statements", "Use prepared statements instead of parameterized queries", "no");
declare(suffix,"dnssec","Enable DNSSEC processing","no");