Mariano Lista
09/22/2020, 1:47 PMreplace
statement, at first time (insert) it throws this:
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?