mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
meta data for sqlite3.
Fix repeated executes when the entire rowset has not been consumed.
This commit is contained in:
parent
eb0cd48d60
commit
486b426947
2 changed files with 71 additions and 1 deletions
|
@ -39,6 +39,7 @@ typedef struct {
|
|||
pdo_sqlite_db_handle *H;
|
||||
sqlite3_stmt *stmt;
|
||||
unsigned pre_fetched:1;
|
||||
unsigned done:1;
|
||||
} pdo_sqlite_stmt;
|
||||
|
||||
extern pdo_driver_t pdo_sqlite_driver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue