Skip to content

Commit b8761c3

Browse files
committed
Remove TODO
1 parent 3968652 commit b8761c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ibase_query.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,6 @@ static int _php_ibase_exec(INTERNAL_FUNCTION_PARAMETERS, ibase_query *ib_query,
996996

997997
ib_query->trans->affected_rows = 0;
998998

999-
// TODO: test INSERT / UPDATE / UPDATE OR INSERT with ... RETURNING
1000999
if (ib_query->out_sqlda) { /* output variables in select, select for update */
10011000
ib_query->has_more_rows = 1;
10021001
ib_query->is_open = 1;

0 commit comments

Comments
 (0)