[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/sqlite3result/_columnname.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2020-02-24 12:48:37
Message-ID: svn-cmb-1582548517-349251-1148577374 () svn ! php ! net
[Download RAW message or body]

cmb                                      Mon, 24 Feb 2020 12:48:37 +0000

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

Log:
Clarify SQLite3Result::columnName()

Cf. bug #78813.

Bug: https://bugs.php.net/78813 (Verified) SQLite ALTER TABLE query is returning columns
      
Changed paths:
    U   phpdoc/en/trunk/reference/sqlite3/sqlite3result/columnname.xml

Modified: phpdoc/en/trunk/reference/sqlite3/sqlite3result/columnname.xml
===================================================================
--- phpdoc/en/trunk/reference/sqlite3/sqlite3result/columnname.xml	2020-02-23 10:46:02 UTC (rev 349250)
+++ phpdoc/en/trunk/reference/sqlite3/sqlite3result/columnname.xml	2020-02-24 12:48:37 UTC (rev 349251)
@@ -16,6 +16,10 @@
   <para>
    Returns the name of the column specified by the
    <parameter>column_number</parameter>.
+   Note that the name of a result column is the value of the <literal>AS</literal> clause
+   for that column, if there is an <literal>AS</literal> clause. If there is no <literal>AS</literal>
+   clause then the name of the column is unspecified and may change from one release of libsqlite3
+   to the next.
   </para>
  </refsect1>




-- 
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