Hi, im trying to use `replace` statement, at first...
# exposed
m
Hi, im trying to use
replace
statement, at first time (insert) it throws this:
Copy code
org.jetbrains.exposed.exceptions.ExposedSQLException: org.h2.jdbc.JdbcSQLDataException: Parameter "#5" is not set; SQL statement: [...] SQL: [Failed on expanding args for INSERT: org.jetbrains.exposed.sql.statements.ReplaceStatement@6229ae28]
The missing column at
insert
is an ExposedBlob. It works when i use
insert
and
update
. What im doing wrong?