You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When flushing a newly created entity there is an exception raised. Happens after upgrade to 0.20.2 (Works in 0.17.7).
Can't add a new batch because columns: STRINGS.TEXT don't have default values. DB defaults don't support in batch inserts
org.jetbrains.exposed.sql.statements.BatchDataInconsistentException: Can't add a new batch because columns: STRINGS.TEXT don't have default values. DB defaults don't support in batch inserts
at org.jetbrains.exposed.sql.statements.BatchInsertStatement.validateLastBatch$exposed_core(BatchInsertStatement.kt:56)
I added a test that shows the problem in this PR: #760
The text was updated successfully, but these errors were encountered:
When flushing a newly created entity there is an exception raised. Happens after upgrade to 0.20.2 (Works in 0.17.7).
I added a test that shows the problem in this PR: #760
The text was updated successfully, but these errors were encountered: