0.12: SQL Databases as a Data Source via JDBC
Read the JDBC support documentation
What's Changed
- Added JDBC-integration by @zaleslaw in #451
- Add SQL database reading to documentation by @zaleslaw in #464
- Fixes the schema generation for JDBC integration by @zaleslaw in #470
- Predicate join operation by @koperagen in #434
- Improved rendering of types with arguments, like
Comparable<*>
by @Jolanrensen in #467 - Add the missing renderers for the bunch of intermediate objects by @ermolenkodev in #473
- Added updated gradle.properties version to RELEASE_CHECK_LIST by @Jolanrensen in #416
- Update gradle.properties version number to 0.12.0 by @Jolanrensen in #417
- Fixed rename behavior by @Jolanrensen in #419
- fix compilation for markers with empty bodies in Jupyter by @koperagen in #427
- Deprecation messages by @Jolanrensen in #430
- Temporary documentation sitemap solution by @Jolanrensen in #431
- DataColumn Sort with by @Jolanrensen in #425
- Versions update by @koperagen in #438
- Configure integrationTest using new notation instead of the deprecated one by @koperagen in #439
- Updating docs processor by @Jolanrensen in #440
- Docs update & DynamicDataFrameBuilder by @koperagen in #441
- pre-commit hook task fix by @Jolanrensen in #444
- Restructure Read operations page by @sarahhaggarty in #447
- Configure documentation by @koperagen in #453
- Public
empty(DataFrameSchema)
API by @koperagen in #452 - Fix samples tests compilation by @koperagen in #456
- [Fix] Linux multiple user permission to read xlsx files by @Jolanrensen in #472
Full Changelog: build-0.11.1...0.12