-
Notifications
You must be signed in to change notification settings - Fork 271
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
Adds support for BigQuery #523
Merged
Merged
Commits on Mar 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 652ffbc - Browse repository at this point
Copy the full SHA 652ffbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c74a616 - Browse repository at this point
Copy the full SHA c74a616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788a50b - Browse repository at this point
Copy the full SHA 788a50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88977c7 - Browse repository at this point
Copy the full SHA 88977c7View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7593045 - Browse repository at this point
Copy the full SHA 7593045View commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for baf2c8c - Browse repository at this point
Copy the full SHA baf2c8cView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c36945a - Browse repository at this point
Copy the full SHA c36945aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c808c4 - Browse repository at this point
Copy the full SHA 8c808c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9e0b3 - Browse repository at this point
Copy the full SHA 9c9e0b3View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03592d4 - Browse repository at this point
Copy the full SHA 03592d4View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d535a9 - Browse repository at this point
Copy the full SHA 9d535a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8feb4 - Browse repository at this point
Copy the full SHA 3f8feb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d846e - Browse repository at this point
Copy the full SHA 03d846eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1ed74 - Browse repository at this point
Copy the full SHA 7e1ed74View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16de878 - Browse repository at this point
Copy the full SHA 16de878View commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebbcd8a - Browse repository at this point
Copy the full SHA ebbcd8aView commit details
Commits on Mar 20, 2024
-
Changes for Google BigQuery driver.
* Specify BigQuery API endpoint using query param again. * Add instructions for adding a Google Cloud Project Service Account for testing against actual Google BigQuery. * Add BigQuery-compatible migrations as test fixtures. * Change `con` to `conn` to be consistent with the `sql.Conn` type name and `database/sql` example code naming convention, and spell out `driverConn` where it's used to clearly distinguish between the `sql.Conn` and the underlying driver connection type. * Introduce function to return driver connection's entire `bigQueryConfig` instance, rather than having separate functions for each field within that type. * Simplify `DumpSchema()` using the BigQuery-provided DDL instead of generating it ourselves. * Revert implementation that required dbmate's bigquery-schemed URLs to pass the project ID in the path portion of the URL instead of the hostname portion of the URL, and instead just pass through the URL to the underlying driver as-is. * Add tests that can selectively run against the actual Google BigQuery service, for functionality that is not yet implemented in the emulator.
Configuration menu - View commit details
-
Copy full SHA for 5260cb9 - Browse repository at this point
Copy the full SHA 5260cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b0a20 - Browse repository at this point
Copy the full SHA 29b0a20View 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.