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:
parent
454e4a156a
commit
7059f8583f
1 changed files with 4 additions and 0 deletions
4
dbdimp.h
4
dbdimp.h
|
@ -12,6 +12,10 @@
|
|||
/* 30 second timeout by default */
|
||||
#define SQL_TIMEOUT 30000
|
||||
|
||||
#ifndef sqlite3_int64
|
||||
#define sqlite3_int64 sqlite_int64
|
||||
#endif
|
||||
|
||||
/* Driver Handle */
|
||||
struct imp_drh_st {
|
||||
dbih_drc_t com;
|
||||
|
|
Loading…
Add table
Reference in a new issue