docs(go): update go readme to match latest structure#41
Merged
lidavidm merged 7 commits intoadbc-drivers:mainfrom Nov 21, 2025
Merged
docs(go): update go readme to match latest structure#41lidavidm merged 7 commits intoadbc-drivers:mainfrom
lidavidm merged 7 commits intoadbc-drivers:mainfrom
Conversation
Is my change right? The previous code has the effect that our badge for BigQuery says, "Versions Tested: Google BigQuery gcloud". With this change, when I re-run validation and re-generate the docs the badge shows Google BigQuery 1.72.0 like I want.
lidavidm
reviewed
Nov 20, 2025
Google BigQuery -> BigQuery
lidavidm
approved these changes
Nov 20, 2025
Contributor
Author
|
One more change in 2b6ecf9 to replace all instances of "Google BigQuery" with just "BigQuery" as per adbc-drivers/docs.adbc-drivers.org#23 (comment). I felt like it was okay to change what I did in the csharp dir but let me know if not. |
lidavidm
approved these changes
Nov 21, 2025
amoeba
added a commit
to adbc-drivers/docs.adbc-drivers.org
that referenced
this pull request
Nov 24, 2025
Updates content to match latest structure and styling while _keeping_ the same content as the current driver pages. - adbc-drivers/validation#104 - adbc-drivers/mysql#46 - adbc-drivers/bigquery#41 - adbc-drivers/trino#31 - Creates a new Sphinx directive for more a more pleasing style of badge - Fixes a minor issue with text wrapping in code blocks - Collapses the Arrow to $VENDOR table into a single table covering Bind and Ingest --------- Co-authored-by: Ian Cook <ianmcook@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What's Changed
Updates the go README to match the latest structure.