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 c6d6f60 commit e297ad3Copy full SHA for e297ad3
ibase_query.c
@@ -956,8 +956,8 @@ static void _php_ibase_alloc_xsqlda(XSQLDA *sqlda) /* {{{ */
956
// Boolean data type exists since FB 3.0
957
#ifdef SQL_BOOLEAN
958
case SQL_BOOLEAN:
959
- var->sqldata = emalloc(sizeof(FB_BOOLEAN));
960
- break;
+ var->sqldata = emalloc(sizeof(FB_BOOLEAN));
+ break;
961
#endif
962
case SQL_SHORT:
963
var->sqldata = emalloc(sizeof(short));
0 commit comments