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

fix(go/adbc/driver/flightsql): Have GetTableSchema check for table name match instead of the first schema it receives #980

Merged
merged 5 commits into from
Aug 22, 2023

Commits on Aug 16, 2023

  1. fix(go/adbc/driver/flightsql): Have GetTableSchema check for table na…

    …me match instead of the first schema it receives
    Solomon Choe committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    deb3392 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. [draft] Adding GetFlightInfoStatement and DoGetTables to MultiTableTe…

    …stServer.
    Solomon Choe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8a67ca0 View commit details
    Browse the repository at this point in the history
  2. Remove an unnecessary and pre-emptive rec.Release(), fix hardcoded 0t…

    …h reference to i'th reference (whole point of the fix)
    Solomon Choe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    20b2274 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Add comment, if/else -> switch

    Solomon Choe committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8570d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5722860 View commit details
    Browse the repository at this point in the history