2022 Recap
(1) By Richard Hipp (drh) on 2022-12-31 17:59:40 [link] [source]
There have been many improvements to SQLite during 2022. Listed below or just a few of the bigger changes. See the change logs or the trunk timeline for a more complete list of enhancements and improvements.
New Features
->
and->>
operators on JSON- RIGHT and FULL OUTER JOIN
- Compiling to WASM
- The sqlite3_error_offset() C-language interface for better error reporting
- The recovery extension
- IS DISTINCT FROM and IS NOT DISTINCT FROM operators.
- unixepoch() and format() SQL functions
Enhancements
- 3.5% fewer CPU cycles used for the speedtest1.c benchmark
- Columnar output modes in the CLI
- Enhanced capabilities for virtual tables
- Numerous query planner enhancements, especially related to materialization of views, use of covering indexes, query flattening, and the use of Bloom filters.
Major Releases:
(2) By jose isaias cabrera (jicman) on 2022-12-31 19:23:12 in reply to 1 [link] [source]
Any reason why you left 3.41.0 out?
(3) By Stephan Beal (stephan) on 2022-12-31 19:25:14 in reply to 2 [source]
Any reason why you left 3.41.0 out?
3.41 hasn't happened yet. There was a 3.40.1 patch release.
(4) By jose isaias cabrera (jicman) on 2022-12-31 19:28:35 in reply to 3 [link] [source]
DOH! You're right. For some reason I thought it was 3.41.0.
(5) By Gerry Snyder (GSnyder) on 2023-01-01 16:31:20 in reply to 1 [link] [source]
Any hints about what the team is looking at for 2023?
Gerry