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 1
1
Spring Data R2DBC Changelog
2
2
===========================
3
3
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
+
4
15
Changes in version 1.2.6 (2021-03-17)
5
16
-------------------------------------
6
17
* #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)
455
466
456
467
457
468
469
+
458
470
459
471
You can’t perform that action at this time.
0 commit comments