mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -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 */
|
/* 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue