File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data JDBC Changelog
2
2
=========================
3
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
+
4
14
Changes in version 2.1.4 (2021-02-17)
5
15
-------------------------------------
6
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
You can’t perform that action at this time.
0 commit comments