python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
dynamically choose columns in select with R2DB2
I have been trying to pass the columns I want to select in but out of the box it appears it is not possible. I have tried things like
@Query("SELECT :columns FROM USERS u WHERE u.LOCALE = :locale...
Mike3355
Votes: 0
Answers: 2
R2DBC and Spring Data integration issues
I have spring boot project (version 2.4.6) with spring data dependency (spring-boot-starter-data-jpa) and postgreSQL driver.
In project we are using Hibernate and data repositories, which configured v...

SlandShow
Votes: 0
Answers: 1
Enable R2DBC configuration only on demand
I'm working on a library that is consumed by some other project. The library offers database access through JDBC and I'd like to add support for R2DBC too in the same library. The consuming project s...
Liviu
Votes: 0
Answers: 1
How to zip nested lists with reactor and R2dbc
I have 3 tables in a postgres data base and am using R2dbc to query and connect them in a relational manner.
I have 3 entity classes (possibly shouldn't be data classes, but shouldn't effect the examp...
AlexJ
Votes: 0
Answers: 1