Document sql_flags option introduced in 00c7600

This commit is contained in:
Badlop 2024-01-04 19:07:08 +01:00
parent 194d3b9e17
commit 65d585496c
1 changed files with 6 additions and 0 deletions

View File

@ -1359,6 +1359,12 @@ doc() ->
desc =>
?T("This option is 'true' by default, and is useful to disable "
"prepared statements. The option is valid for PostgreSQL and MySQL.")}},
{sql_flags,
#{value => "[mysql_alternative_upsert]",
note => "added in 24.01",
desc =>
?T("This option accepts a list of SQL flags, and is empty by default. "
"'mysql_alternative_upsert' forces the alternative upsert implementation in MySQL.")}},
{sql_query_timeout,
#{value => "timeout()",
desc =>