mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:29:17 +02:00
* Patch from Jesus Reyes to set a default for ParseSQL (bug 10798)
git-svn-id: trunk@10341 -
This commit is contained in:
parent
301418c9c9
commit
c48fe41781
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user