SQLite

All files named ”ext/misc/compress.c”
Login

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

History for ext/misc/compress.c

2024-06-04
19:21
[2c79a74330] part of check-in [93ac8573ee] Fix harmless compiler warnings seen with MSVC. (check-in: [93ac8573ee] user: mistachkin branch: trunk, size: 3840)
2020-01-17
21:12
[3354c77a7c] part of check-in [84f314902c] The compress() function should not be deterministic since the same input can have multiple possible compressed outputs. The uncompress() function, on the other hand, is deterministic. (check-in: [84f314902c] user: drh branch: trunk, size: 3831)
2020-01-07
19:45
[3ed77691a3] part of check-in [4c21373c21] Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set the risk rank for many virtual tables. (check-in: [4c21373c21] user: drh branch: new-security-options, size: 3854)
2018-01-07
19:52
[dd4f8a6d0b] part of check-in [c13415c5ca] 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: [c13415c5ca] user: drh branch: trunk, size: 3753)
2015-02-26
21:04
[122faa92d2] part of check-in [3bc34fd427] Fix potential memory leaks in the misc 'compress' extension. (check-in: [3bc34fd427] user: mistachkin branch: trunk, size: 3094)
2014-06-13
13:08
Added: [76e45655f4] part of check-in [d5c17d1a42] Add an extension that implements compress() and uncompress() SQL functions. (check-in: [d5c17d1a42] user: drh branch: trunk, size: 2989)