Releases: line/kotlin-jdsl
Releases · line/kotlin-jdsl
3.5.3
3.5.2
3.5.1
3.5.0
3.4.2
3.4.1
Bug Fixes
- If in condition is used alone in the where clause and the compare values is empty, a malformed query is generated. #702
Breaking Changes
- For those who didn't use the in condition alone in the where clause, their query might not work as expected, as it would have been the same as if 1 = 1 was printed.
Full Changelog: 3.4.0...3.4.1
3.4.0
Features
- Support for creating a JPQL DSL Instance #642
- Support Arithmetic functions #611 #612 #614 #615 #617 #620 #621 #622 #626 #630 #648
- Support Datetime functions #624 #632 #636 #639 #646
- Support pagination with fetch join in Spring #631
- Support crud method metadata in Spring #665
New Contributors
- @esperar made their first contribution in #614
- @LeeJejune made their first contribution in #615
- @sinkyoungdeok made their first contribution in #617
- @meengi07 made their first contribution in #624
- @chicori3 made their first contribution in #632
- @TheAndreiUrsu made their first contribution in #636
- @progress0407 made their first contribution in #646
- @graceful-martin made their first contribution in #648
Full Changelog: 3.3.2...3.4.0