From b546ae986a6efe4daadd23e27f6ccaac5c857e5e Mon Sep 17 00:00:00 2001 From: Robert Kopack Date: Tue, 2 Jul 2019 12:59:01 +0200 Subject: Implement SQLite extended result code functionality --- ext/pdo_sqlite/php_pdo_sqlite_int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/pdo_sqlite/php_pdo_sqlite_int.h') 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 -- cgit v1.2.1