File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11--TEST--
22InterBase: transactions
33--SKIPIF--
4- <?php die ('skip: Broken test (Disabled until issue 41 is fixed) ' ); include ("skipif.inc " ); ?>
4+ <?php
5+ include ("skipif.inc " );
6+ if (get_fb_version () >= 5.0 )print 'skip: FB >= 5.0 ' ;
7+ ?>
58--FILE--
69<?php
710
11+ // See https://github.com/FirebirdSQL/php-firebird/issues/41
12+
813 require ("interbase.inc " );
914
1015 ibase_connect ($ test_base );
1116
12- @ ibase_query ("create table test5 (i integer) " );
13- @ ibase_query ("delete from test5 " );
17+ ibase_query ("create table test5 (i integer) " );
18+ // ibase_query("delete from test5");
1419 ibase_close ();
1520
1621
@@ -264,7 +269,7 @@ three rows in fourth transaction with deadlock
2642692
2652703
2662714
267- errmsg [lock conflict on no wait transaction deadlock %a ]
272+ errmsg [%s ]
268273---
269274three rows
270275--- test5 ---
You can’t perform that action at this time.
0 commit comments