Browse Source

DATAJDBC-540 - Updated changelog.

1.0.x
Mark Paluch 6 years ago
parent
commit
753d58d61f
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 14
      src/main/resources/changelog.txt

14
src/main/resources/changelog.txt

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

Loading…
Cancel
Save