Skip to content

Commit 2f28294

Browse files
committed
break it for the sake of getting funny results from CI
1 parent 7a62942 commit 2f28294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibm_db2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5532,6 +5532,7 @@ PHP_FUNCTION(db2_field_type)
55325532
str_val = "timestamp";
55335533
break;
55345534
default:
5535+
fprintf(stderr, " ! Type that's string: %d\n", stmt_res->column_info[col].type);
55355536
str_val = "string";
55365537
break;
55375538
}

0 commit comments

Comments
 (0)