We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2a3a4 commit 86bc318Copy full SHA for 86bc318
src/main/resources/changelog.txt
@@ -1,6 +1,16 @@
1
Spring Data JDBC Changelog
2
=========================
3
4
+Changes in version 2.2.0-M3 (2021-02-17)
5
+----------------------------------------
6
+* DATAJDBC-620 - ResultSetExtractor can not use default row mapper.
7
+* #916 - Fixes Conditions.notIn() by using 'In.createNotIn()'.
8
+* #914 - SqlServerDialect should be case sensitive.
9
+* #911 - Fix documentation of callbacks.
10
+* #910 - Trigger BeforeConvertEvent when saving an entity.
11
+* #257 - Update repository after GitHub issues migration.
12
+
13
14
Changes in version 2.1.4 (2021-02-17)
15
-------------------------------------
16
* DATAJDBC-620 - ResultSetExtractor can not use default row mapper.
@@ -693,5 +703,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
693
703
694
704
695
705
706
696
707
697
708
0 commit comments