File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data R2DBC Changelog
22===========================
33
4+ Changes in version 1.3.0-M5 (2021-03-17)
5+ ----------------------------------------
6+ * #558 - Consider calling Statement.returnGeneratedValues() using the primary key column name.
7+ * #557 - Default ID value on new record is inserted when optimistic locking is enabled.
8+ * #552 - R2dbcEntityTemplate.insert(…) doesn't propagate error signals after data signal.
9+ * #548 - Upgrade to Arabba SR9.
10+ * #546 - Remove .RELEASE suffix from version number in documentation.
11+ * #532 - Implement QueryByExample.
12+ * #230 - Oracle with R2DBC.
13+
14+
415Changes in version 1.2.6 (2021-03-17)
516-------------------------------------
617* #558 - Consider calling Statement.returnGeneratedValues() using the primary key column name.
@@ -455,5 +466,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
455466
456467
457468
469+
458470
459471
You can’t perform that action at this time.
0 commit comments