-
Notifications
You must be signed in to change notification settings - Fork 107
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
simonpcouch
wants to merge
13
commits into
main
Choose a base branch
from
fix-221
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 356c188 - Browse repository at this point
Copy the full SHA 356c188View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d9df5 - Browse repository at this point
Copy the full SHA 98d9df5View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30f592b - Browse repository at this point
Copy the full SHA 30f592bView commit details
Commits on Mar 27, 2024
-
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 = ?)`
Configuration menu - View commit details
-
Copy full SHA for 124c7b9 - Browse repository at this point
Copy the full SHA 124c7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e268bf8 - Browse repository at this point
Copy the full SHA e268bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f12dd24 - Browse repository at this point
Copy the full SHA f12dd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a7b43 - Browse repository at this point
Copy the full SHA 80a7b43View commit details
Commits on Apr 8, 2024
-
edits to `dbExistsTable()` should resolve possible slowdown when the non-synonym table does exist
Configuration menu - View commit details
-
Copy full SHA for 1a8170e - Browse repository at this point
Copy the full SHA 1a8170eView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da86cc4 - Browse repository at this point
Copy the full SHA da86cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 503f45f - Browse repository at this point
Copy the full SHA 503f45fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 779f0b2 - Browse repository at this point
Copy the full SHA 779f0b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cbc62d - Browse repository at this point
Copy the full SHA 1cbc62dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 79b2c8d - Browse repository at this point
Copy the full SHA 79b2c8dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.