diff --git a/reference/sqlite/functions/sqlite-query.xml b/reference/sqlite/functions/sqlite-query.xml index 23697932fd..8e9991d1fd 100644 --- a/reference/sqlite/functions/sqlite-query.xml +++ b/reference/sqlite/functions/sqlite-query.xml @@ -1,5 +1,5 @@ - + sqlite_query @@ -25,15 +25,11 @@ parameter). - For queries that return rows, this function will return a result handle - which can then be used with functions such as - sqlite_fetch_array 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 sqlite_fetch_array and sqlite_seek. - - For other kinds of queries, this function will return a boolean result; - &true; for success or &false; for failure. - Regardless of the query type, this function will return &false; if the query failed.