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

Conversation

zaleslaw
Copy link
Collaborator

@zaleslaw zaleslaw commented Jul 9, 2024

Fixes #458

@zaleslaw zaleslaw marked this pull request as ready for review July 15, 2024 12:20
@zaleslaw zaleslaw requested a review from koperagen July 15, 2024 12:20
Copy link
Collaborator

@Jolanrensen Jolanrensen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some concerns about the names, but they're good additions :)

Renamed `DatabaseConfiguration` to `DbConnectionConfig` for clarity. Replaced `.toDF` with `.readDataFrame` methods to improve method naming consistency. These changes enhance code readability and maintainability.
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.
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
Copy link
Collaborator Author

@koperagen @Jolanrensen thanks for review, it's not a final version, I see, the next step - revisit obtaining the Schema and change the place of all these methods

@zaleslaw zaleslaw merged commit 958f1df into master Jul 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create extension functions for java.sql main objects to extract data toDF()
3 participants