Skip to content

fix(sql): quote schema & table identifiers to support names with hyphens

MySQL fails when schema/table names contain “-”; wrapping them in back-ticks (`) resolves this.

Merge request reports

Loading