Skip to content

Commit 9edac33

Browse files
committed
DATAJDBC-540 - Updated changelog.
1 parent 310bb0a commit 9edac33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/resources/changelog.txt

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Spring Data JDBC Changelog
22
=========================
33

4+
Changes in version 2.0.1.RELEASE (2020-06-10)
5+
---------------------------------------------
6+
* DATAJDBC-560 - QueryMapper fails when using Criteria.from(…) with two or more criteria.
7+
* DATAJDBC-555 - Document supported databases.
8+
* DATAJDBC-547 - "PSQLException: ERROR: FOR UPDATE must specify unqualified relation names" when calling deleteById for an aggregate with references to other tables.
9+
* DATAJDBC-546 - Skip property population if entity can be constructed entirely using a full constructor.
10+
* DATAJDBC-545 - withId seems to be mandatory even the documentation states it should be optional.
11+
* DATAJDBC-542 - Version 2.0 broke MyBatis support.
12+
* DATAJDBC-540 - Release 2.0.1 (Neumann SR1).
13+
* DATAJDBC-539 - CriteriaFactory double-wraps collection values for IN queries.
14+
* DATAJDBC-412 - Custom value type can't be used as Id.
15+
16+
417
Changes in version 1.1.8.RELEASE (2020-06-10)
518
---------------------------------------------
619
* DATAJDBC-546 - Skip property population if entity can be constructed entirely using a full constructor.
@@ -481,3 +494,4 @@ Changes in version 1.0.0.M1 (2018-02-06)
481494

482495

483496

497+

0 commit comments

Comments
 (0)