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 18ab788 commit 5e99e47Copy full SHA for 5e99e47
ibase_query.c
@@ -2148,7 +2148,8 @@ static int _php_ibase_get_vars_count(ibase_query *ib_query)
2148
ctx = 0;
2149
} break;
2150
case isc_info_truncated: {
2151
- fbp_notice("BUG: sql_info buffer truncated, current capacity: %ld", buf_size);
+ fbp_fatal("BUG: sql_info buffer truncated, current capacity: %ld", buf_size);
2152
+ // fbp_notice("BUG: sql_info buffer truncated, current capacity: %ld", buf_size);
2153
// Dynamic resize
2154
// buf_size *= 2;
2155
// buf = erealloc(buf, buf_size);
0 commit comments