Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.12.1 Bug Fix_ Improved SQL type to Kotlin types mapping source code.tar.gz | 2024-01-03 | 8.7 MB | |
0.12.1 Bug Fix_ Improved SQL type to Kotlin types mapping source code.zip | 2024-01-03 | 9.7 MB | |
README.md | 2024-01-03 | 856 Bytes | |
Totals: 3 Items | 18.5 MB | 0 |
Read the JDBC support documentation
What's Changed
- Add tests for repeated read with limit from SQL table and ResultSet by @zaleslaw in https://github.com/Kotlin/dataframe/pull/500
- Update Ktor dependency and adjust related imports by @zaleslaw in https://github.com/Kotlin/dataframe/pull/492
- Add validation for SQL queries in DataFrame.readSqlQuery by @zaleslaw in https://github.com/Kotlin/dataframe/pull/502
- Backport [#501] to 0.12.1 by @ermolenkodev in https://github.com/Kotlin/dataframe/pull/504
- Type mapping rewriting for JDBC integration by @zaleslaw in https://github.com/Kotlin/dataframe/pull/505
- Fixing numerical types by @zaleslaw in https://github.com/Kotlin/dataframe/pull/547
Full Changelog: https://github.com/Kotlin/dataframe/compare/0.12...v0.12.1