vrana Mon Aug 16 05:29:36 2004 EDT
Modified files:
/phpdoc/en/reference/sqlite/functions sqlite-query.xml
Log:
Returns result (bug #29601)
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-query.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-query.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-query.xml:1.7
phpdoc/en/reference/sqlite/functions/sqlite-query.xml:1.8
--- phpdoc/en/reference/sqlite/functions/sqlite-query.xml:1.7 Tue Jul 27 00:48:55
2004
+++ phpdoc/en/reference/sqlite/functions/sqlite-query.xml Mon Aug 16 05:29:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.sqlite-query">
<refnamediv>
<refname>sqlite_query</refname>
@@ -25,14 +25,10 @@
parameter).
</para>
<para>
- For queries that return rows, this function will return a result handle
- which can then be used with functions such as
- <function>sqlite_fetch_array</function> and
+ This function will return a result handle or &false; for failure.
+ For queries that return rows, the result handle can then be used with
+ functions such as <function>sqlite_fetch_array</function> and
<function>sqlite_seek</function>.
- </para>
- <para>
- For other kinds of queries, this function will return a boolean result;
- &true; for success or &false; for failure.
</para>
<para>
Regardless of the query type, this function will return &false; if the