aboutsummaryrefslogtreecommitdiff
path: root/src/ctime.c
diff options
context:
space:
mode:
authorshaneh <shaneh@noemail.net>2011-03-12 04:58:55 +0000
committershaneh <shaneh@noemail.net>2011-03-12 04:58:55 +0000
commit11c58f7d8e3b17c674acbfc2ce5b51c0e71121e2 (patch)
treeceb3c1508f3cc1743f12ba01b18060dfb5b472d5 /src/ctime.c
parentca6b9d5bbed35d6cf743d8d63b14412391983ec0 (diff)
downloadsqlite-11c58f7d8e3b17c674acbfc2ce5b51c0e71121e2.tar.gz
sqlite-11c58f7d8e3b17c674acbfc2ce5b51c0e71121e2.zip
More tests for SQLITE_OMIT_UNIQUE_ENFORCEMENT and minor change to implementation.
FossilOrigin-Name: b86999436ec2414c990ba720441fe316f647eef6
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 a128f61a6..a04c567b4 100644
--- a/src/ctime.c
+++ b/src/ctime.c
@@ -302,6 +302,9 @@ static const char * const azCompileOpt[] = {
#ifdef SQLITE_OMIT_TRUNCATE_OPTIMIZATION
"OMIT_TRUNCATE_OPTIMIZATION",
#endif
+#ifdef SQLITE_OMIT_UNIQUE_ENFORCEMENT
+ "OMIT_UNIQUE_ENFORCEMENT",
+#endif
#ifdef SQLITE_OMIT_UTF16
"OMIT_UTF16",
#endif