Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
761 stars 48 forks source link

Add a support for H2 modes #720

Closed zaleslaw closed 2 weeks ago

zaleslaw commented 3 weeks ago

Now, two suits of tests are created: local with real database connection and full coverage, and they are staying ignored before Docker support and H2 test based on H2 ability to support different dialects.

Unfortunately, H2 supports dialects with limitations and doesn't support correctly many complex types as JSON or DateTime

Fixes #668