Skip to content
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

Update SQL all table/schemas reading functions to return maps with table names #718

Merged
merged 3 commits into from
Jun 6, 2024

Commits on Jun 4, 2024

  1. Update SQL table reading functions to return maps

    Refactored the SQL table reading functions to return map data structures instead of list. This change helps to easily correlate each dataframe with its underlying table. Additionally, the function comments and test cases were updated to match this change.
    zaleslaw committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f254519 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    ba00e98 View commit details
    Browse the repository at this point in the history
  2. Correct typos and ignore MSSQLTest

    Typographical errors in the comments of the readJdbc.kt file were corrected for clarity. Additionally, the MSSQLTest class in the mssqlTest.kt file was annotated with "@ignore" to skip the test in subsequent testing runs.
    zaleslaw committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c259f3e View commit details
    Browse the repository at this point in the history