Menu

#45 please add to TgaBasicSQLParser.Create

open
nobody
None
5
2005-01-03
2005-01-03
No

Please add to TgaBasicSQLParser.Create():

with FSymbolQuotes.Add as
TgaSQLQuoteInfoItem do
begin
StartDelimitier := '[';
EndDelimitier := ']';
QuotedIdentifierType := qtSymbol;
end;

Discussion


Log in to post a comment.