diff --git a/reference/sqlite3/sqlite3/construct.xml b/reference/sqlite3/sqlite3/construct.xml
index bb3f5a42dc..fde0001067 100644
--- a/reference/sqlite3/sqlite3/construct.xml
+++ b/reference/sqlite3/sqlite3/construct.xml
@@ -33,6 +33,9 @@
Path to the SQLite database, or :memory: to use in-memory database.
+ If filename is an empty string, then a private, temporary on-disk
+ database will be created. This private database will be automatically
+ deleted as soon as the database connection is closed.
@@ -94,6 +97,29 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 7.0.10
+
+ The filename can now be empty to use a private,
+ temporary on-disk database.
+
+
+
+
+
+
+
&reftitle.examples;