From 53ed3475ceaae3ddd98c2f5320e2f3b305441f29 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 23 Sep 2004 20:09:00 +0000 Subject: [PATCH] add entry for liveness check --- ext/pdo_sqlite/sqlite_driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/pdo_sqlite/sqlite_driver.c b/ext/pdo_sqlite/sqlite_driver.c index 9f2d3f953b..ca73ac8b54 100644 --- a/ext/pdo_sqlite/sqlite_driver.c +++ b/ext/pdo_sqlite/sqlite_driver.c @@ -238,7 +238,8 @@ static struct pdo_dbh_methods sqlite_methods = { NULL, /* set_attribute */ pdo_sqlite_last_insert_id, pdo_sqlite_fetch_error_func, - pdo_sqlite_get_attribute + pdo_sqlite_get_attribute, + NULL /* check_liveness: not needed */ }; static char *make_filename_safe(const char *filename TSRMLS_DC) -- 2.50.1