dave08
11/11/2021, 4:27 PMThere's no generic SQL for INSERT IGNORE. There must be vendor specific implementation., dialect: h2.
org.jetbrains.exposed.exceptions.UnsupportedByDialectException: There's no generic SQL for INSERT IGNORE. There must be vendor specific implementation., dialect: h2.
at org.jetbrains.exposed.exceptions.ExceptionsKt.throwUnsupportedException(Exceptions.kt:51)
at org.jetbrains.exposed.sql.vendors.FunctionProvider.insert(Default.kt:363)
at org.jetbrains.exposed.sql.vendors.H2FunctionProvider.insert(H2.kt:45)
at org.jetbrains.exposed.sql.statements.InsertStatement.prepareSQL(InsertStatement.kt:114)
at org.jetbrains.exposed.sql.statements.Statement.executeIn$exposed_core(Statement.kt:47)
at org.jetbrains.exposed.sql.Transaction.exec(Transaction.kt:135)
at org.jetbrains.exposed.sql.Transaction.exec(Transaction.kt:121)
at org.jetbrains.exposed.sql.statements.Statement.execute(Statement.kt:28)
at org.jetbrains.exposed.sql.QueriesKt.insertIgnore(Queries.kt:187)