Skip to content

named binding is not supported #97

Description

@hhtower

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions