About the Bug...
-
[x] I have checked that this issue has not already been reported.
-
[x] I have confirmed this bug exists on the latest version of MyBatis.
-
[x] I have confirmed this bug reproduces without 3rd party extensions (e.g. mybatis-plus).
Database Version
when will mybatis add r2dbc feature
JDBC Driver Version
pg 42.3.3
Issue Description
FYI, you can use GitHub Flavored Markdown here.
CREATE TABLE users (id, name);
INSERT INTO users (1, 'John');
@Select("select * from users")
List<User> getAllUsers();
About your report...
-
[x] I did not use images 🖼️ for showing text information (code, error, etc.).
-
[x] I checked the Preview and my report looks awesome! 👍
Comment From: harawata
There is an open issue #1444 for R2DBC support. We will add a comment when there is something to announce.