Added type mappings tests and docs for ALL supported DBs - #2002
Added type mappings tests and docs for ALL supported DBs#2002AndreiKingsley wants to merge 17 commits into
Conversation
# Conflicts: # dataframe-jdbc/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/db/jdbcTypesTest.kt
|
Link it to the issue or create with the proper description |
…tails on `AdvancedDbType` and custom converters.
… MySQL. Standardize column type terminology and add unsupported types section.
…ndling, refine examples, and standardize terminology. Add support for `CLOB` type conversion.
…r `STRUCT` type details.
Jolanrensen
left a comment
There was a problem hiding this comment.
looks good overall :D
There was a problem hiding this comment.
Really nice groundwork here — a couple of blocking spots to sort out first, then this is good to go.
Produced by AIR Automations. Name: Code Review / Run: https://air.jetbrains.cloud/org/05cf1a7f-6ab5-713b-abd3-29d0c8a05e2d/automations/61bd2991-de64-4a10-9895-fd00e7c1f42f?run=9f19003d-4019-41b7-bc81-8eadf4f49d13
…bc_types_tests_and_docs
…nying documentation updates
| * | ||
| * val df = DataFrame.readSqlTable(connection, "events", dbType = sqliteCustom) | ||
| * ``` | ||
| * @sample [org.jetbrains.kotlinx.dataframe.samples.io.jdbc.SqliteSamples.complexSqlite] |
There was a problem hiding this comment.
Woop woop! KoDEx @sample from :samples in the wild :D I might need to check whether I can let it fail gracefully in the IntelliJ plugin... Now it's impossible to preview the rest of the doc unless you disable this sample.
Jolanrensen/KoDEx#112
Fixes #1736
For each
DBTypeimplementation, tests ALL possible sql types metadata -> expected ktype mappings and add info about it in docs.