tsql-utils
tsql-utils copied to clipboard
DB name escape fix
This PR is a minor fix to fix TSQL escape characters for some DB utility functions
Changes:
- Added square brackets around DB names in
drop_old_relations.sql
andget_tables_by_pattern.sql
- Updates
get_tables_by_pattern
to match the expected dbtutils format