File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.12 - 2025-01-14
4
+
5
+ ### Added
6
+
7
+ ** Core:**
8
+
9
+ * Improve JSON function support (Kacper Madej, Peter Sooley)
10
+
11
+ * Support nested parenthesized conditional expressions (Preston Thorpe)
12
+
13
+ * Add support for changes() and total_changes() functions (Lemon-Peppermint)
14
+
15
+ * Auto-create index in CREATE TABLE when necessary (Jussi Saurio)
16
+
17
+ * Add partial support for datetime() function (Preston Thorpe)
18
+
19
+ * SQL parser performance improvements (Jussi Saurio)
20
+
21
+ ** Shell:**
22
+
23
+ * Show pretty parse errors in the shell (Samyak Sarnayak)
24
+
25
+ * Add CSV import support to shell (Vrishabh)
26
+
27
+ * Selectable IO backend with --io={syscall,io-uring} argument (Jorge López Tello)
28
+
29
+ ** Bindings:**
30
+
31
+ * Initial version of Java bindings (Kim Seon Woo)
32
+
33
+ * Initial version of Rust bindings (Pekka Enberg)
34
+
35
+ * Add OPFS support to Wasm bindings (Elijah Morgan)
36
+
37
+ * Support uncorrelated FROM clause subqueries (Jussi Saurio)
38
+
39
+ * In-memory support to ` sqlite3_open() ` (Pekka Enberg)
40
+
41
+ ### Fixed
42
+
43
+ * Make iterate() lazy in JavaScript bindings (Diego Reis)
44
+
45
+ * Fix integer overflow output to be same as sqlite3 (Vrishabh)
46
+
47
+ * Fix 8-bit serial type to encoding (Preston Thorpe)
48
+
49
+ * Query plan optimizer bug fixes (Jussi Saurio)
50
+
51
+ * B-Tree balancing fixes (Pere Diaz Bou)
52
+
53
+ * Fix index seek wrong on ` SeekOp::LT ` \` SeekOp::GT` (Kould)
54
+
55
+ * Fix arithmetic operations for text values' from Vrishabh
56
+
57
+ * Fix quote escape in SQL literals (Vrishabh)
58
+
3
59
## 0.0.11 - 2024-12-31
4
60
5
61
### Added
You can’t perform that action at this time.
0 commit comments