mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
#define dbd_db_last_insert_id is not longer optional
This commit is contained in:
parent
f7184adfcb
commit
83ab77fd68
1 changed files with 0 additions and 2 deletions
2
dbdimp.h
2
dbdimp.h
|
@ -56,9 +56,7 @@ struct imp_sth_st {
|
|||
#define dbd_db_FETCH_attrib sqlite_db_FETCH_attrib
|
||||
#define dbd_db_STORE_attrib_k sqlite_db_STORE_attrib_k
|
||||
#define dbd_db_FETCH_attrib_k sqlite_db_FETCH_attrib_k
|
||||
#ifndef no_last_insert_id
|
||||
#define dbd_db_last_insert_id sqlite_db_last_insert_id
|
||||
#endif
|
||||
#define dbd_st_prepare sqlite_st_prepare
|
||||
#define dbd_st_rows sqlite_st_rows
|
||||
#define dbd_st_execute sqlite_st_execute
|
||||
|
|
Loading…
Add table
Reference in a new issue