1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

sqlite3_int64 is preferred but may be backward incompatible

This commit is contained in:
Kenichi Ishigaki 2010-06-10 09:48:52 +00:00
parent 454e4a156a
commit 7059f8583f

View file

@ -12,6 +12,10 @@
/* 30 second timeout by default */ /* 30 second timeout by default */
#define SQL_TIMEOUT 30000 #define SQL_TIMEOUT 30000
#ifndef sqlite3_int64
#define sqlite3_int64 sqlite_int64
#endif
/* Driver Handle */ /* Driver Handle */
struct imp_drh_st { struct imp_drh_st {
dbih_drc_t com; dbih_drc_t com;