[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/sqlite3/sqlite3/_construct.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2017-04-11 14:13:38
Message-ID: svn-cmb-1491920018-342307-602008222 () svn ! php ! net
[Download RAW message or body]

cmb                                      Tue, 11 Apr 2017 14:13:38 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=342307

Log:
Fix #74397: Filename can also be empty string for in-memory db

Bug: https://bugs.php.net/74397 (Verified) Filename can also be empty string for in-memory db
      
Changed paths:
    U   phpdoc/en/trunk/reference/sqlite3/sqlite3/construct.xml

Modified: phpdoc/en/trunk/reference/sqlite3/sqlite3/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/sqlite3/sqlite3/construct.xml	2017-04-11 11:32:21 UTC (rev 342306)
+++ phpdoc/en/trunk/reference/sqlite3/sqlite3/construct.xml	2017-04-11 14:13:38 UTC (rev 342307)
@@ -33,6 +33,9 @@
      <listitem>
       <para>
        Path to the SQLite database, or <literal>:memory:</literal> to use in-memory database.
+       If <parameter>filename</parameter> 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.
       </para>
      </listitem>
     </varlistentry>
@@ -94,6 +97,29 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>7.0.10</entry>
+      <entry>
+       The <parameter>filename</parameter> can now be empty to use a private,
+       temporary on-disk database.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic