Skip to content

Commit 0e3c588

Browse files
committed
Accept HY000 in pdo_firebird autocommit test
1 parent f7eb5ef commit 0e3c588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pdo_firebird/tests/autocommit.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ array(1) {
7474
========== not in auto commit mode ==========
7575
auto commit mode OFF
7676
insert, expect error
77-
SQLSTATE[08003]: Connection does not exist: %s
77+
%r(SQLSTATE\[08003\]: Connection does not exist|SQLSTATE\[HY000\]: General error)%r: %s
7878

7979
select, expect error
80-
SQLSTATE[08003]: Connection does not exist: %s
80+
%r(SQLSTATE\[08003\]: Connection does not exist|SQLSTATE\[HY000\]: General error)%r: %s
8181

8282
done!

0 commit comments

Comments
 (0)