aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <>2023-12-01 12:57:12 +0000
committerdrh <>2023-12-01 12:57:12 +0000
commitca1ce7773c42cb128b424c77755f4413663bd81c (patch)
treeba19cacbe4b7d0d9607c2bbd477e74c4720485a6 /src/sqliteInt.h
parent4b9ed1b25657801bc43840bcf6cfde5cd6b69c33 (diff)
downloadsqlite-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/sqliteInt.h')
-rw-r--r--src/sqliteInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 9e57354db..c7ced8699 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -4116,6 +4116,9 @@ struct sqlite3_str {
**
** 3. Make a (read-only) copy of a read-only RCStr string using
** sqlite3RCStrRef().
+**
+** "String" is in the name, but an RCStr object can also be used to hold
+** binary data.
*/
struct RCStr {
u64 nRCRef; /* Number of references */