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

include synonyms in odbcListObjects() output #773

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    356c188 View commit details
    Browse the repository at this point in the history
  2. note change in NEWS

    simonpcouch committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    98d9df5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    30f592b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. transition query to handle NULLs

    had issues passing these as parameters using something like `WHERE (? IS NULL OR DB.name = ?) AND (? IS NULL OR Sch.name = ?)`
    simonpcouch committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    124c7b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e268bf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f12dd24 View commit details
    Browse the repository at this point in the history
  4. update verbiage in NEWS

    simonpcouch committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    80a7b43 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. address review comments

    edits to `dbExistsTable()` should resolve possible slowdown when the non-synonym table does exist
    simonpcouch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1a8170e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    da86cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503f45f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779f0b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cbc62d View commit details
    Browse the repository at this point in the history
  5. simplify synonyms_query()

    since each `sys.synonyms` references only the synonyms that live inside of the database/catalog it's inside of, only query the (fully qualified, if not the one from the active database) `sys.synonyms` in the `catalog_name`. if not `catalog_name` is specified, respect the active database.
    simonpcouch committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    79b2c8d View commit details
    Browse the repository at this point in the history