JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.28k stars 690 forks source link

fix: Add ArrayColumnType default override for datetime module types #1995

Closed bog-walk closed 7 months ago

bog-walk commented 7 months ago
  1. Add column type override so default datetime lists are not treated as text type.
  2. Add unit tests in the 3 datetime modules.