mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-13 10:10:36 +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,
|
functions: true,
|
||||||
schedulers: true,
|
schedulers: true,
|
||||||
// Settings
|
// Settings
|
||||||
elementsWrapper: '',
|
elementsWrapper: '`',
|
||||||
stringsWrapper: '"',
|
stringsWrapper: '"',
|
||||||
tableAdd: true,
|
tableAdd: true,
|
||||||
tableTruncateDisableFKCheck: 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