summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/php_pdo_sqlite_int.h
diff options
context:
space:
mode:
authorRobert Kopack <rkopack@tenable.com>2019-07-02 12:59:01 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-02 13:03:35 +0200
commitb546ae986a6efe4daadd23e27f6ccaac5c857e5e (patch)
tree88e99c628daf7ccb82a758219ba66c882d93c423 /ext/pdo_sqlite/php_pdo_sqlite_int.h
parent615ce0b0994206676ad9ab6a7579f1f5cc29ff47 (diff)
downloadphp-git-b546ae986a6efe4daadd23e27f6ccaac5c857e5e.tar.gz
Implement SQLite extended result code functionality
Diffstat (limited to 'ext/pdo_sqlite/php_pdo_sqlite_int.h')
-rw-r--r--ext/pdo_sqlite/php_pdo_sqlite_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/php_pdo_sqlite_int.h b/ext/pdo_sqlite/php_pdo_sqlite_int.h
index e784294dbc..c1d3a953a0 100644
--- a/ext/pdo_sqlite/php_pdo_sqlite_int.h
+++ b/ext/pdo_sqlite/php_pdo_sqlite_int.h
@@ -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