1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-10 01:02:56 +03:00

Enhancements to a comment in sqliteInt.h. No changes to code.

FossilOrigin-Name: 5446ae64d7f92444ca40aae2108015d1d77bc03f
This commit is contained in:
drh
2015-11-20 13:17:29 +00:00
parent 18f8e73453
commit 7977fa3ab2
3 changed files with 9 additions and 8 deletions

View File

@@ -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 */