aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2015-11-20 13:17:29 +0000
committerdrh <drh@noemail.net>2015-11-20 13:17:29 +0000
commit7977fa3ab291bd0ec6bdbb21c93ef8c37f7fed4b (patch)
tree044790f8490011ea21ec072d7ae19c5826388997 /src
parent18f8e73453be7c7a2394824739e890a4d4e8cad0 (diff)
downloadsqlite-7977fa3ab291bd0ec6bdbb21c93ef8c37f7fed4b.tar.gz
sqlite-7977fa3ab291bd0ec6bdbb21c93ef8c37f7fed4b.zip
Enhancements to a comment in sqliteInt.h. No changes to code.
FossilOrigin-Name: 5446ae64d7f92444ca40aae2108015d1d77bc03f
Diffstat (limited to 'src')
-rw-r--r--src/sqliteInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 2e1adb82e..338a57325 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -1382,7 +1382,8 @@ struct FuncDestructor {
/*
** Possible values for FuncDef.flags. Note that the _LENGTH and _TYPEOF
-** values must correspond to OPFLAG_LENGTHARG and OPFLAG_TYPEOFARG. There
+** values must correspond to OPFLAG_LENGTHARG and OPFLAG_TYPEOFARG. And
+** SQLITE_FUNC_CONSTANT must be the same as SQLITE_DETERMINISTIC. There
** are assert() statements in the code to verify this.
*/
#define SQLITE_FUNC_ENCMASK 0x0003 /* SQLITE_UTF8, SQLITE_UTF16BE or UTF16LE */