aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/misc/compress.c')
-rw-r--r--ext/misc/compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/compress.c b/ext/misc/compress.c
index ab9f5de69..2e7a31636 100644
--- a/ext/misc/compress.c
+++ b/ext/misc/compress.c
@@ -120,7 +120,7 @@ int sqlite3_compress_init(
SQLITE_EXTENSION_INIT2(pApi);
(void)pzErrMsg; /* Unused parameter */
rc = sqlite3_create_function(db, "compress", 1,
- SQLITE_UTF8 | SQLITE_INNOCUOUS | SQLITE_DETERMINISTIC,
+ SQLITE_UTF8 | SQLITE_INNOCUOUS,
0, compressFunc, 0, 0);
if( rc==SQLITE_OK ){
rc = sqlite3_create_function(db, "uncompress", 1,