First attempt to support 64-bit ints

This commit is contained in:
Alexey Romanov
2010-11-09 16:49:19 +03:00
parent 71ab94ba7c
commit 4864e114e8
3 changed files with 21 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ typedef struct async_sqlite3_command {
double *floats;
int binaries_count;
ErlDrvBinary **binaries;
sqlite3_int64 *int64s;
} async_sqlite3_command;