First attempt to support 64-bit ints
This commit is contained in:
@@ -48,6 +48,7 @@ typedef struct async_sqlite3_command {
|
||||
double *floats;
|
||||
int binaries_count;
|
||||
ErlDrvBinary **binaries;
|
||||
sqlite3_int64 *int64s;
|
||||
} async_sqlite3_command;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user