fix(MySQL): missing quoted identifier for column names in table filter, closes #380

This commit is contained in:
Fabio Di Stasio 2022-07-22 10:08:33 +02:00
parent 1d367d468d
commit eb60899e6e
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ export const customizations: Customizations = {
functions: true,
schedulers: true,
// Settings
elementsWrapper: '',
elementsWrapper: '`',
stringsWrapper: '"',
tableAdd: true,
tableTruncateDisableFKCheck: true,

View File

@ -66,4 +66,4 @@ for (let i = 1; i <= 9; i++) {
});
}
export { shortcuts };
export { shortcuts, ShortcutRecord };