Skip to content

Commit af3de5e

Browse files
committed
[ci skip] NEWS / UPGRADING
1 parent 04235aa commit af3de5e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ PDO_DBLIB:
4343

4444
PDO_FIREBIRD:
4545
. Fixed setAttribute and getAttribute (SakiTakamachi)
46+
. Feature: Add transaction isolation level and mode settings to pdo_firebird
47+
(SakiTakamachi)
4648

4749
PDO_MYSQL:
4850
. Fixed setAttribute and getAttribute (SakiTakamachi)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ PHP 8.4 UPGRADE NOTES
200200
- PDO_FIREBIRD:
201201
. getAttribute, enabled to get values ​​of FB_ATTR_DATE_FORMAT, FB_ATTR_TIME_FORMAT,
202202
FB_ATTR_TIMESTAMP_FORMAT.
203+
. Added new attributes to specify transaction isolation level and access mode.
204+
Along with these, five constants (PDO::FB_TRANSACTION_ISOLATION_LEVEL,
205+
PDO::FB_READ_COMMITTED, PDO::FB_REPEATABLE_READ, PDO::FB_SERIALIZABLE,
206+
PDO::FB_WRITABLE_TRANSACTION) have been added.
203207

204208
- PDO_MYSQL:
205209
. getAttribute, enabled to get the value of ATTR_FETCH_TABLE_NAMES.

0 commit comments

Comments
 (0)