SQLite

All files named "ext/misc/sqlar.c"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/misc/sqlar.c

2023-01-14
19:27
[53e7d48f] part of check-in [eda84dcf] Add OOM check, per tip at forum post 933479b2d5 (check-in: [eda84dcf] user: larrybr branch: trunk, size: 3862)
2020-05-25
12:49
[0ace5d3c] part of check-in [3261ee9e] Fix minor compile issues with optional extensions. (check-in: [3261ee9e] user: drh branch: trunk, size: 3795)
2020-01-07
19:45
[c9e5d585] part of check-in [4c21373c] Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set the risk rank for many virtual tables. (check-in: [4c21373c] user: drh branch: new-security-options, size: 3775)
2018-01-07
19:52
[57d5bc45] part of check-in [c13415c5] Improved comments on the sqlar.c and compress.c extensions that describe the differences between the "zlib format" used by SQLAR, the raw deflate format used by ZIP, and the custom format used by compress.c. No changes to code. (check-in: [c13415c5] user: drh branch: trunk, size: 3676)
2017-12-16
19:11
Added: [d355cd8b] part of check-in [7652b3c2] Do not use the compress() and uncompress() functions in ext/misc/compress.c - they are not quite compatible with the spec. Instead use new functions in ext/misc/sqlar.c. (check-in: [7652b3c2] user: dan branch: sqlar-shell-support, size: 3273)