odbc
odbc copied to clipboard
include synonyms in `odbcListObjects()` output
Closes #221.
This PR modifies/adds SQL Server methods for dbListTables()
, dbExistsTable()
, and odbcListObjects()
that include synonyms in output. This also means that synonyms will show up in the Connections pane.
~~Note that this PR makes no changes to dbListTables()
, which is noted in the original issue.~~
[EDITs: update PR scope]