Skip to content

Commit

Permalink
fix: Add ArrayColumnType default override for datetime module types
Browse files Browse the repository at this point in the history
Rebase and remove left in addLogger()
  • Loading branch information
bog-walk committed Feb 20, 2024
1 parent 8a960fc commit fe0ebd4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ open class JodaTimeBaseTest : DatabaseTestsBase() {
}

withTables(excludeSettings = TestDB.entries - TestDB.POSTGRESQL - TestDB.H2, tester) {
addLogger(StdOutSqlLogger)
tester.insert { }
val result1 = tester.selectAll().single()
assertEqualLists(result1[tester.dates], defaultDates)
Expand Down

0 comments on commit fe0ebd4

Please sign in to comment.