tsql-utils icon indicating copy to clipboard operation
tsql-utils copied to clipboard

DB name escape fix

Open Oracen opened this issue 2 years ago • 0 comments

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 and get_tables_by_pattern.sql
  • Updates get_tables_by_pattern to match the expected dbtutils format

Oracen avatar Feb 28 '23 07:02 Oracen