-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
31 lines (20 loc) · 1022 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{{$NEXT}}
0.02_1 2024-06-16T15:26:22Z
Same as 0.02_1, but with the correct version number to reflect the change
0.01_5 2024-06-16T15:09:31Z
*BREAKING CHANGE*
- Change passthrough methods for insert/update to pull any values out of a -sqla2 key
instead of special casing ones we support.
- Add an `upsert` method to the ResultSet component which handles resolving the PK
constraint, and also automates RETURNING the upserted values correctly (see the docs)
0.01_4 2023-06-29T17:10:15Z
Fix ExtraClausesFixed 🤦; `using` now is actually correct
0.01_3 2023-06-28T19:39:35Z
add ExtraClausesFixed which fixes bugs with `using` in `join`s, and `setop`s with
`group_by` and on SQLite. This is applied by default to the sql_maker
0.01_2 2023-05-27T20:34:54Z
Update hashrefref support to hook _recurse_fields such that join pruning no longer
explodes
0.01 2023-05-21T15:01:10Z
Initial release; ExtraClauses, BangOverrides, Upsert, WindowFunction and CaseExpr support!
SUPER EXPERIMENTAL!