Skip to content

Commit a5950d8

Browse files
committed
Remove wrong note about SQLite (fix #2272)
1 parent 24641ae commit a5950d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/pdo/pdostatement/rowcount.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
</para>
3030
<note>
3131
<para>
32-
This method returns "0" (zero) with the SQLite driver at all times,
33-
and with the PostgreSQL driver only when setting the
32+
This method returns "0" (zero) with PostgreSQL driver when setting the
3433
<constant>PDO::ATTR_CURSOR</constant> statement attribute to
3534
<constant>PDO::CURSOR_SCROLL</constant>.
3635
</para>

0 commit comments

Comments
 (0)