-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Description
when i query then error
"
java.lang.UnsupportedOperationException: named binding is not supported by jasync driver ?=In{Inferred: java.lang.Long}
at com.github.jasync.r2dbc.mysql.JasyncStatement.bind(JasyncStatement.kt:65)
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException.
"
use:
spring boot 3.1.3
jasync-r2dbc-mysql 2.2.4
infobip-spring-data-r2dbc-querydsl-boot-starter 9.0.2
ex:
Flux actual = repository.query(query -> query.select(repository.entityProjection())
.from(person)
.where(person.firstName.in("John", "Jane"))
.orderBy(person.firstName.asc(),
person.lastName.asc())
.limit(1)
.offset(1))
.all();
Metadata
Metadata
Assignees
Labels
No labels