Skip to content

Commit ab805a8

Browse files
committed
Make test compatible with 32-bit
1 parent 6930a36 commit ab805a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_firebird/tests/bug_15604.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $dbh = getDbConnection();
1515

1616
$dbh->exec('
1717
recreate table t_bug_15604 (
18-
id bigint not null,
18+
id int not null,
1919
a int not null,
2020
b int,
2121
constraint pk_bug_15604 primary key(id)

0 commit comments

Comments
 (0)