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 e297ad3 commit d39215aCopy full SHA for d39215a
1 file changed
ibase_query.c
@@ -747,6 +747,7 @@ static int _php_ibase_bind(XSQLDA *sqlda, zval *b_vars, BIND_BUF *buf, /* {{{ */
747
748
case IS_NULL:
749
buf[i].sqlind = -1;
750
+ sqlda->sqlvar->sqldata = NULL;
751
752
if (var->sqltype & SQL_ARRAY) ++array_cnt;
753
0 commit comments