Skip to content

Commit 76b2491

Browse files
committed
b/f from prev commit: SQL_C_BIGINT doesn't exist
BIGINT is a new type, which are all explicitely signed/unsigned. (not sure how it slipped in previous commit, past a pre-commit compile)
1 parent 52c0c59 commit 76b2491

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver/queries.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ static SQLRETURN copy_longlong(esodbc_rec_st *arec, esodbc_rec_st *irec,
810810
stmt->max_length, irec->meta_type);
811811
break;
812812

813-
case SQL_C_BIGINT:
814813
case SQL_C_SBIGINT:
815814
*(SQLBIGINT *)data_ptr = (SQLBIGINT)ll;
816815
write_copied_octets(octet_len_ptr, sizeof(SQLBIGINT),

0 commit comments

Comments
 (0)