Dragos Rachieru
10/21/2023, 7:36 PMe5l
10/23/2023, 11:57 AMDragos Rachieru
10/23/2023, 1:10 PMe5l
10/23/2023, 1:30 PMDragos Rachieru
10/23/2023, 1:33 PM3.43.2.1
so
files, will try again and update with the resultCaused by: org.jetbrains.exposed.exceptions.ExposedSQLException: java.sql.SQLFeatureNotSupportedException: not implemented by SQLite JDBC driver
SQL: [Failed on expanding args for INSERT: org.jetbrains.exposed.sql.statements.BatchInsertStatement@ff06b82]
override fun find(enum: RoomStatus): RoomStatusEntity? {
return RoomStatusEntity.find { RoomStatusTable.name eq enum.name }.singleOrNull()
}