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

Add extension functions for the ResultSet #772

Merged
merged 7 commits into from
Jul 29, 2024
Merged

Add extension functions for the ResultSet #772

merged 7 commits into from
Jul 29, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    52812cf View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    6fd391f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7768805 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    3f735fe View commit details
    Browse the repository at this point in the history
  2. Refactor database configuration and dataframe methods.

    Renamed `DatabaseConfiguration` to `DbConnectionConfig` for clarity. Replaced `.toDF` with `.readDataFrame` methods to improve method naming consistency. These changes enhance code readability and maintainability.
    zaleslaw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4c91874 View commit details
    Browse the repository at this point in the history
  3. Refactor SQL reading and schema functions in readJdbc.kt

    Simplify the logic to use single-expression functions for readability. Ensure consistent formatting and make error messages more explicit. This change also corrects minor indentation issues in SQL query strings within tests.
    zaleslaw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f066424 View commit details
    Browse the repository at this point in the history
  4. Rename DatabaseConfiguration to DbConnectionConfig for consistency

    This commit updates various imports and references from DatabaseConfiguration to DbConnectionConfig across different files. This change ensures consistency in the naming convention used throughout the codebase and documentation, improving clarity and maintenance.
    zaleslaw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a96a807 View commit details
    Browse the repository at this point in the history