We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc3beb commit 5ca7d18Copy full SHA for 5ca7d18
src/main/resources/changelog.txt
@@ -1,6 +1,12 @@
1
Spring Data R2DBC Changelog
2
===========================
3
4
+Changes in version 1.3.0-M3 (2021-02-17)
5
+----------------------------------------
6
+* #530 - MappingR2dbcConverter uses SqlIdentifier.toString() instead of SqlIdentifier.getReference() when calling Row.get(…).
7
+* #506 - Enable Project automation through GitHub Actions.
8
+
9
10
Changes in version 1.2.4 (2021-02-17)
11
-------------------------------------
12
* #530 - MappingR2dbcConverter uses SqlIdentifier.toString() instead of SqlIdentifier.getReference() when calling Row.get(…).
@@ -420,5 +426,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
420
426
421
427
422
428
429
423
430
424
431
0 commit comments