You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ChangeLog.md
+34
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,37 @@
1
+
# 0.47.0
2
+
Infrastructure:
3
+
* Joda Time 2.12.6
4
+
* Spring Framework 6.1.3
5
+
* Foojay Toolchains Plugin 0.8.0
6
+
* Java Money Moneta 1.4.4
7
+
8
+
Breaking changes:
9
+
*[Breaking changes](BREAKING_CHANGES.md#0470)
10
+
11
+
Features:
12
+
* feat: Add `ALL` and `ANY` operators accepting array, subquery, or table parameters by @ShreckYe in https://github.com/JetBrains/Exposed/pull/1886
13
+
* feat: Add findByIdAndUpdate functions to DAO API by @reidbuzby in https://github.com/JetBrains/Exposed/pull/1773
14
+
* In the convenience methods for `join`, make column equality optional by @yeogai in https://github.com/JetBrains/Exposed/pull/1692
15
+
* feat: EXPOSED-255 Generate database migration script that can be used with any migration tool by @joc-a in https://github.com/JetBrains/Exposed/pull/1968
16
+
17
+
Bug fixes:
18
+
* fix: EXPOSED-244 [PostgreSQL] Collate option on column not recognized by @bog-walk in https://github.com/JetBrains/Exposed/pull/1956
19
+
* Use concat when strings are added by @e5l in https://github.com/JetBrains/Exposed/pull/1958
20
+
* fix: EXPOSED-114 Type parameter can't be inferred for EntityID with eq/neq op by @bog-walk in https://github.com/JetBrains/Exposed/pull/1961
21
+
* fix: EXPOSED-252 Json contains() throws with iterable as argument by @bog-walk in https://github.com/JetBrains/Exposed/pull/1963
22
+
* fix: EXPOSED-257 Upsert incorrectly parameterizes non-literal WHERE arguments by @bog-walk in https://github.com/JetBrains/Exposed/pull/1965
23
+
* fix: Allow exec() transform block to return null if ResultSet is empty by @micheljung in https://github.com/JetBrains/Exposed/pull/1696
24
+
* fix: EXPOSED-261 [H2] JSON column throws when setting nullable parameters by @bog-walk in https://github.com/JetBrains/Exposed/pull/1969
25
+
* fix: Support Short type for BigDecimal conversion functions by @timeking in https://github.com/JetBrains/Exposed/pull/1746
26
+
* fix: EXPOSED-260 [Oracle] Pair.inList() fails if list contains single element by @bog-walk in https://github.com/JetBrains/Exposed/pull/1970
27
+
* fix: EXPOSED-263 Null arg parameter in exec() throws if logger enabled by @bog-walk in https://github.com/JetBrains/Exposed/pull/1973
28
+
* fix: EXPOSED-270 Crash when `Duration.INFINITE` is used for duration column type by @winkey728 in https://github.com/JetBrains/Exposed/pull/1975
29
+
30
+
Docs:
31
+
* docs: [SQL Server, Oracle] Edit KDocs for Op.TRUE/FALSE by @bog-walk in https://github.com/JetBrains/Exposed/pull/1957
32
+
* chore: Add Kdocs and update DSL for AllAnyFromBaseOp feature by @bog-walk in https://github.com/JetBrains/Exposed/pull/1960
33
+
* docs: Add details about @EnableTransactionManagement to spring-boot-starter docs by @bog-walk in https://github.com/JetBrains/Exposed/pull/1959
0 commit comments