Skip to content

JDBC KType mismatches in "debug" mode #804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
21 tasks done
Jolanrensen opened this issue Aug 1, 2024 · 0 comments · Fixed by #855
Closed
21 tasks done

JDBC KType mismatches in "debug" mode #804

Jolanrensen opened this issue Aug 1, 2024 · 0 comments · Fixed by #855
Assignees
Labels
bug Something isn't working databases JDBC related issues
Milestone

Comments

@Jolanrensen
Copy link
Collaborator

Jolanrensen commented Aug 1, 2024

Related to #713

Running the JDBC tests with kotlin.dataframe.debug=true results in 15 failing tests:

  • SqliteTest
    • read from all tables
    • read from sql query
    • read from tables
  • JdbcTest
    • read from huge table
  • MSSQLH2Test
    • read from all tables
    • basic test for reading sql tables
  • MariadbH2Test
    • read from all tables
    • basic test for reading sql tables
    • reading numeric types
  • MySqlH2Test
    • read from all tables
    • basic test for reading sql tables
    • reading numeric types
  • PostgresH2Test
    • read from all tables
    • read from tables
    • read columns of different types to check type mapping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working databases JDBC related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants