@@ -1,6 +1,16 @@
|
||||
Spring Data JDBC Changelog
|
||||
=========================
|
||||
|
||||
Changes in version 2.2.0-M3 (2021-02-17)
|
||||
----------------------------------------
|
||||
* DATAJDBC-620 - ResultSetExtractor can not use default row mapper.
|
||||
* #916 - Fixes Conditions.notIn() by using 'In.createNotIn()'.
|
||||
* #914 - SqlServerDialect should be case sensitive.
|
||||
* #911 - Fix documentation of callbacks.
|
||||
* #910 - Trigger BeforeConvertEvent when saving an entity.
|
||||
* #257 - Update repository after GitHub issues migration.
|
||||
|
||||
|
||||
Changes in version 2.1.4 (2021-02-17)
|
||||
-------------------------------------
|
||||
* DATAJDBC-620 - ResultSetExtractor can not use default row mapper.
|
||||
@@ -705,5 +715,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user