aboutsummaryrefslogtreecommitdiff
path: root/src/ctime.c
diff options
context:
space:
mode:
authordan <Dan Kennedy>2024-03-19 15:27:15 +0000
committerdan <Dan Kennedy>2024-03-19 15:27:15 +0000
commitf891ef8d6111c8c8aa7de74bcd36aaf2f4569c47 (patch)
treedd7c6b579f751efb065bb88eefca846fb4046cd9 /src/ctime.c
parent967c3032124b1365c65946371809660404376169 (diff)
downloadsqlite-f891ef8d6111c8c8aa7de74bcd36aaf2f4569c47.tar.gz
sqlite-f891ef8d6111c8c8aa7de74bcd36aaf2f4569c47.zip
Update tests to work with SQLITE_ALLOW_ROWID_IN_VIEW.
FossilOrigin-Name: 495b8c7b08b998ddfe2ad055703f058c768e7e94014952e5cd8a81c7c1515cb1
Diffstat (limited to 'src/ctime.c')
-rw-r--r--src/ctime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ctime.c b/src/ctime.c
index cf761299f..0ffe2a5bd 100644
--- a/src/ctime.c
+++ b/src/ctime.c
@@ -65,6 +65,9 @@ static const char * const sqlite3azCompileOpt[] = {
"ALLOW_COVERING_INDEX_SCAN=" CTIMEOPT_VAL(SQLITE_ALLOW_COVERING_INDEX_SCAN),
# endif
#endif
+#ifdef SQLITE_ALLOW_ROWID_IN_VIEW
+ "ALLOW_ROWID_IN_VIEW",
+#endif
#ifdef SQLITE_ALLOW_URI_AUTHORITY
"ALLOW_URI_AUTHORITY",
#endif