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

sq inspect metadata doesn't populate the "schema" field for MySQL, SQLite, or SQL Server. #155

Closed
neilotoole opened this issue Mar 22, 2023 · 1 comment
Assignees
Labels

Comments

@neilotoole
Copy link
Owner

sq inspect returns schema for Postgres, but is empty/omitted for other drivers.

$ sq inspect @sakila_pg12 -j
{
  "handle": "@sakila_pg12",
  "location": "postgres://sakila:xxxxx@192.168.50.132/sakila",
  "name": "sakila",
  "name_fq": "sakila.public",
  "schema": "public",
  "driver": "postgres",
@neilotoole neilotoole added the bug label Mar 22, 2023
@neilotoole neilotoole self-assigned this Mar 22, 2023
@neilotoole
Copy link
Owner Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant