Please add to TgaBasicSQLParser.Create():
with FSymbolQuotes.Add as TgaSQLQuoteInfoItem do begin StartDelimitier := '['; EndDelimitier := ']'; QuotedIdentifierType := qtSymbol; end;
Log in to post a comment.