Document sql_prepared_statements

This commit is contained in:
Badlop 2020-04-01 21:01:47 +02:00
parent f6d102f5e2
commit 220cf73318
1 changed files with 5 additions and 0 deletions

View File

@ -1204,6 +1204,11 @@ doc() ->
?T("The port where the SQL server is accepting connections. "
"The default is '3306' for MySQL, '5432' for PostgreSQL and "
"'1433' for MSSQL. The option has no effect for SQLite.")}},
{sql_prepared_statements,
#{value => "true | false",
desc =>
?T("This option is 'true' by default, and is useful to disable "
"prepared statements. The option is valid for PostgreSQL.")}},
{sql_query_timeout,
#{value => "timeout()",
desc =>