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

chore: refactor dbListTables() et al. #413

Merged
merged 1 commit into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. chore: Rework list_tables()

    Original: 7730f13
    
    refactor `dbListTables()` with `list_tables()`, now orders result by `table_type` and `table_name`
    refactor `dbExistsTable()` with `list_tables()`
    refactor `dbListObjects()` with `list_tables()`
    merge `find_table()` code into `list_fields()`
    `find_table()` isn't used anywhere else anymore (e.g. `exists_table()`)
    simplify the "get current_schemas() as table" code
    pass full `id` to `list_fields()`
    align `dbExistsTable()` with `dbListFields()`
    simplify `where_schema` in `list_tables()`
    align `where_table` with `where_schema` in `list_tables()`
    dpprdan authored and aviator-bot committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f789767 View commit details
    Browse the repository at this point in the history