mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-09 00:08:55 +01:00
fix(MySQL): missing quoted identifier for column names in table filter, closes #380
This commit is contained in:
parent
1d367d468d
commit
eb60899e6e
@ -25,7 +25,7 @@ export const customizations: Customizations = {
|
||||
functions: true,
|
||||
schedulers: true,
|
||||
// Settings
|
||||
elementsWrapper: '',
|
||||
elementsWrapper: '`',
|
||||
stringsWrapper: '"',
|
||||
tableAdd: true,
|
||||
tableTruncateDisableFKCheck: true,
|
||||
|
@ -66,4 +66,4 @@ for (let i = 1; i <= 9; i++) {
|
||||
});
|
||||
}
|
||||
|
||||
export { shortcuts };
|
||||
export { shortcuts, ShortcutRecord };
|
||||
|
Loading…
x
Reference in New Issue
Block a user