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(sql): only return tables in current_database #9748

Merged
merged 21 commits into from
Aug 5, 2024

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    19ac32a View commit details
    Browse the repository at this point in the history
  2. fix(duckdb): scope get_schema to current database + temp tables

    DuckDB puts temp tables into a catalog named `temp` (not a `database`).
    gforsyth authored and cpcloud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0ec2503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b14ee2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af48c66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cb3300 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86fd26f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e84fcf View commit details
    Browse the repository at this point in the history
  8. chore: xfail mysql

    cpcloud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7dce011 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83c422a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ebb7ae View commit details
    Browse the repository at this point in the history
  11. fix(mssql): always search a single schema when getting table informat…

    …ion and listing tables
    cpcloud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f7b4bd4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e1cf4a View commit details
    Browse the repository at this point in the history
  13. test(flink): xfail

    cpcloud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cef5969 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a348460 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6773416 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d9627b4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    607682b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3c1296d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7046a2e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    56f6f46 View commit details
    Browse the repository at this point in the history
  21. chore: unnest

    cpcloud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    936873b View commit details
    Browse the repository at this point in the history