We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e66ad commit 89e698eCopy full SHA for 89e698e
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.
@@ -705,5 +715,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
705
715
706
716
707
717
718
708
719
709
720
0 commit comments