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 d2d663f commit fac7a86Copy full SHA for fac7a86
tests/test_bigint.phpt
@@ -40,7 +40,7 @@ if ($conn) {
40
}
41
42
$drop_proc_sql = 'drop procedure update_bigint_col';
43
- $stmt = @db2_exec(conn,drop_proc_sql);
+ $stmt = @db2_exec($conn, $drop_proc_sql);
44
45
//Create procedure with 2 IN parameters of type bigint
46
$create_proc_sql = "CREATE PROCEDURE update_bigint_col (IN param1 bigint, IN param2 bigint)
0 commit comments