File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-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.2.6 (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
+ * #230 - Oracle with R2DBC.
12
+
13
+
4
14
Changes in version 1.1.8.RELEASE (2021-03-17)
5
15
---------------------------------------------
6
16
* #552 - R2dbcEntityTemplate.insert(…) doesn't propagate error signals after data signal.
@@ -444,5 +454,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
444
454
445
455
446
456
457
+
447
458
448
459
You can’t perform that action at this time.
0 commit comments