diff options
author | drh <> | 2023-12-01 12:57:12 +0000 |
---|---|---|
committer | drh <> | 2023-12-01 12:57:12 +0000 |
commit | ca1ce7773c42cb128b424c77755f4413663bd81c (patch) | |
tree | ba19cacbe4b7d0d9607c2bbd477e74c4720485a6 /src/printf.c | |
parent | 4b9ed1b25657801bc43840bcf6cfde5cd6b69c33 (diff) | |
download | sqlite-ca1ce7773c42cb128b424c77755f4413663bd81c.tar.gz sqlite-ca1ce7773c42cb128b424c77755f4413663bd81c.zip |
First attempt to get the JSON text-to-binary cache working. All test cases
pass, but the cache seems not to help much.
FossilOrigin-Name: 25ed295f300fea6185104a73721076bccd2b2a6e411c78564266fa6dca4ff70c
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c index 3c0b182d3..c6b3803ca 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1369,7 +1369,7 @@ void sqlite3_str_appendf(StrAccum *p, const char *zFormat, ...){ /***************************************************************************** -** Reference counted string storage +** Reference counted string/blob storage *****************************************************************************/ /* |