mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Implement SQLite extended result code functionality
This commit is contained in:
parent
615ce0b099
commit
b546ae986a
8 changed files with 219 additions and 21 deletions
|
@ -76,7 +76,8 @@ extern const struct pdo_stmt_methods sqlite_stmt_methods;
|
|||
|
||||
enum {
|
||||
PDO_SQLITE_ATTR_OPEN_FLAGS = PDO_ATTR_DRIVER_SPECIFIC,
|
||||
PDO_SQLITE_ATTR_READONLY_STATEMENT
|
||||
PDO_SQLITE_ATTR_READONLY_STATEMENT,
|
||||
PDO_SQLITE_ATTR_EXTENDED_RESULT_CODES
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue