-
Notifications
You must be signed in to change notification settings - Fork 63
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
Implemented custom SQL DB registration #917
Merged
Merged
+249
−73
Commits on Sep 17, 2024
-
Add optional dbType parameter to JDBC read functions
This commit introduces an optional `dbType` parameter to various JDBC read functions. It allows for specifying the database type directly, enhancing flexibility and control over query execution. This change ensures backward compatibility by defaulting to type inference when `dbType` is not provided.
Configuration menu - View commit details
-
Copy full SHA for b5e755b - Browse repository at this point
Copy the full SHA b5e755bView commit details
Commits on Sep 18, 2024
-
Add support for custom DB types in schema generation
This update introduces the ability to specify custom database types in the data schema generation process. The changes include the addition of a `dbTypeClassName` field and modifications to pass `DbType` to relevant functions. This enhances flexibility in handling various database types beyond the default configurations.
Configuration menu - View commit details
-
Copy full SHA for 2986f90 - Browse repository at this point
Copy the full SHA 2986f90View commit details
Commits on Sep 20, 2024
-
Refactor database type handling with ServiceLoader
This update refactors the DataSchemaGenerator to use ServiceLoader for loading DbTypeProvider and removes hard-coded class loading. It also changes the annotation parameter from dbTypeClassName to dbTypeKClass for better type safety.
Configuration menu - View commit details
-
Copy full SHA for 33dd6d7 - Browse repository at this point
Copy the full SHA 33dd6d7View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b5ef51 - Browse repository at this point
Copy the full SHA 9b5ef51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a67117 - Browse repository at this point
Copy the full SHA 1a67117View commit details -
Configuration menu - View commit details
-
Copy full SHA for d29b609 - Browse repository at this point
Copy the full SHA d29b609View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a170703 - Browse repository at this point
Copy the full SHA a170703View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0694401 - Browse repository at this point
Copy the full SHA 0694401View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a30f8 - Browse repository at this point
Copy the full SHA d7a30f8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.