Skip to content
Snippets Groups Projects
Unverified Commit 275e24a8 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Remove commented out code (#24924)

parent 82748cda
No related branches found
No related tags found
No related merge requests found
...@@ -17,16 +17,6 @@ export const EDITOR_QUOTES = { ...@@ -17,16 +17,6 @@ export const EDITOR_QUOTES = {
identifierAlwaysQuoted: true, identifierAlwaysQuoted: true,
}; };
// export const EDITOR_QUOTES = {
// characters: {
// "'": "literal",
// '"': "identifier",
// },
// literalQuoteDefault: "'",
// identifierQuoteDefault: '"',
// identifierAlwaysQuoted: false,
// };
export const EDITOR_FK_SYMBOLS = { export const EDITOR_FK_SYMBOLS = {
// specifies which symbols can be used to delimit foreign/joined fields // specifies which symbols can be used to delimit foreign/joined fields
symbols: [".", ""], symbols: [".", ""],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment