We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549ccb commit cc1f1c6Copy full SHA for cc1f1c6
NEWS
@@ -137,7 +137,7 @@ PHP NEWS
137
. Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or
138
Pdo\Pgsql::prepare(…, [ PDO::ATTR_PREFETCH => 0 ]) make fetch() lazy
139
instead of storing the whole result set in memory (Guillaume Outters)
140
- . Removed unused constants Pdo\Pgsql::TRANSACTION_*.
+ . Removed unused constants Pdo\Pgsql::TRANSACTION_* (vrana).
141
142
- PDO_SQLITE:
143
. throw on null bytes / resolve GH-13952 (divinity76).
0 commit comments