diff --git a/reference/uodbc/functions/odbc-autocommit.xml b/reference/uodbc/functions/odbc-autocommit.xml
index e16f348aaf94..f1ef54e376f1 100644
--- a/reference/uodbc/functions/odbc-autocommit.xml
+++ b/reference/uodbc/functions/odbc-autocommit.xml
@@ -10,7 +10,7 @@
intboolodbc_autocommit
resourceodbc
- boolenable&false;
+ boolenable&null;
Toggles autocommit behaviour.
@@ -36,6 +36,8 @@
If enable is &true;, auto-commit is enabled, if
it is &false; auto-commit is disabled.
+ If &null; is passed, this function returns the auto-commit status for
+ odbc.
@@ -55,6 +57,29 @@
success and &false; on failure.
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.3.0
+
+ enable is now nullable.
+
+
+
+
+
+
+
&reftitle.seealso;