Skip to content

Commit 381f92f

Browse files
committed
Remove wrong note about SQLite
php/doc-en@a5950d8
1 parent cce5f1b commit 381f92f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/pdo/pdostatement/rowcount.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 28529d3539b850e870e3aa97570f4db0e53daa03 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: a5950d8ae47e8befb9fa5f774ddb96a860833ed5 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xml:id="pdostatement.rowcount" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -31,8 +31,7 @@
3131
</para>
3232
<note>
3333
<para>
34-
このメソッドは SQLite ドライバの場合はあらゆる場合に "0" (ゼロ) を返します。
35-
PostgreSQL ドライバの場合は
34+
このメソッドは、PostgreSQL ドライバの場合かつ、
3635
ステートメント属性 <constant>PDO::ATTR_CURSOR</constant>
3736
の設定が <constant>PDO::CURSOR_SCROLL</constant> の場合にだけ
3837
"0" (ゼロ) を返します。

0 commit comments

Comments
 (0)