Kotlin / dataframe

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

Implemented custom SQL DB registration #917

Closed zaleslaw closed 2 weeks ago

zaleslaw commented 1 month ago

This pull request introduces several enhancements to the dataframe-jdbc module, primarily focusing on adding support for custom database types (DbType) in various methods. Additionally, it includes a minor change to make the H2 class extensible.

Also, this PR in the client application is based on 0.15-dev built on this branch

Enhancements to database type support:

Minor changes:

For finalization, it requires

github-actions[bot] commented 1 month ago

Generated sources will be updated after merging this PR. Please inspect the changes in here.