File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-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.2 (2021-06-22)
5
+ -------------------------------------
6
+ * #607 - Dynamic projection skipped if projection type not already registered with MappingContext.
7
+ * #589 - MySQL dialect converts all `byte` properties to `boolean`.
8
+ * #483 - Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it..
9
+
10
+
4
11
Changes in version 1.2.10 (2021-06-22)
5
12
--------------------------------------
6
13
* #607 - Dynamic projection skipped if projection type not already registered with MappingContext.
@@ -532,5 +539,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
532
539
533
540
534
541
542
+
535
543
536
544
You can’t perform that action at this time.
0 commit comments