diff --git a/reference/pdo_sqlite/reference.xml b/reference/pdo_sqlite/reference.xml index c072b7944f..304fe01435 100644 --- a/reference/pdo_sqlite/reference.xml +++ b/reference/pdo_sqlite/reference.xml @@ -54,16 +54,22 @@ - To access a database on disk, append the absolute path to the + To access a database on disk, the absolute path has to be appended to the DSN prefix. - To create a database in memory, append :memory: + To create a database in memory, :memory: has to be appended to the DSN prefix. + + + If the DSN consists of the DSN prefix only, a temporary database is used, + which is deleted when the connection is closed. + + @@ -120,6 +126,7 @@