* Patch from Jesus Reyes to set a default for ParseSQL (bug 10798)

git-svn-id: trunk@10341 -
This commit is contained in:
joost 2008-02-16 21:08:54 +00:00
parent 301418c9c9
commit c48fe41781

View File

@ -297,7 +297,7 @@ type
property UpdateMode : TUpdateMode read FUpdateMode write SetUpdateMode;
property UsePrimaryKeyAsKey : boolean read FUsePrimaryKeyAsKey write SetUsePrimaryKeyAsKey;
property StatementType : TStatementType read GetStatementType;
property ParseSQL : Boolean read FParseSQL write SetParseSQL;
property ParseSQL : Boolean read FParseSQL write SetParseSQL default true;
Property DataSource : TDatasource Read GetDataSource Write SetDatasource;
property ServerFilter: string read FServerFilterText write SetServerFilterText;
property ServerFiltered: Boolean read FServerFiltered write SetServerFiltered default False;