Skip to content

R2dbc features are unavailable #1035

Closed Answered by nakamura-to
x2d7751347m asked this question in Q&A
Discussion options

You must be logged in to vote

I'm sorry I didn't notice this post.
I think this is a bug in Komapper.
I will fix it in the next release.

Use varbinary instead of bytea in your DDL script.

val query = QueryDsl.executeScript("create table imagefile (id integer not null, data varbinary(500), constraint imagefile primary key(id))")
db.runQuery(query)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by x2d7751347m
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants