[DOC-CVS] [doc-en] master: Remove wrong note about SQLite (fix #2272)
[email protected] (Jakub Vrana)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jakub Vrana (vrana)
Date: 2025-04-19T23:25:19+02:00
Commit: https://github.com/php/doc-en/commit/a5950d8ae47e8befb9fa5f774ddb96a860833ed5
Raw diff: https://github.com/php/doc-en/commit/a5950d8ae47e8befb9fa5f774ddb96a860833ed5.diff
Remove wrong note about SQLite (fix #2272)
Changed paths:
M reference/pdo/pdostatement/rowcount.xml
Diff:
diff --git a/reference/pdo/pdostatement/rowcount.xml b/reference/pdo/pdostatement/rowcount.xml
index 39158715ab4d..f876f7c7acc7 100644
--- a/reference/pdo/pdostatement/rowcount.xml
+++ b/reference/pdo/pdostatement/rowcount.xml
@@ -29,8 +29,7 @@
</para>
<note>
<para>
- This method returns "0" (zero) with the SQLite driver at all times,
- and with the PostgreSQL driver only when setting the
+ This method returns "0" (zero) with PostgreSQL driver when setting the
<constant>PDO::ATTR_CURSOR</constant> statement attribute to
<constant>PDO::CURSOR_SCROLL</constant>.
</para>