mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:29:19 +02:00
* Set default value of UsePrimaryKeyAsKey to fix streaming, bug #13207
git-svn-id: trunk@12773 -
This commit is contained in:
parent
8d5463bfae
commit
ee123bbaf9
@ -305,7 +305,7 @@ type
|
|||||||
property InsertSQL : TStringlist read FInsertSQL write SetInsertSQL;
|
property InsertSQL : TStringlist read FInsertSQL write SetInsertSQL;
|
||||||
property DeleteSQL : TStringlist read FDeleteSQL write SetDeleteSQL;
|
property DeleteSQL : TStringlist read FDeleteSQL write SetDeleteSQL;
|
||||||
property Params : TParams read FParams write FParams;
|
property Params : TParams read FParams write FParams;
|
||||||
property UpdateMode : TUpdateMode read FUpdateMode write SetUpdateMode;
|
property UpdateMode : TUpdateMode read FUpdateMode write SetUpdateMode default upWhereKeyOnly;
|
||||||
property UsePrimaryKeyAsKey : boolean read FUsePrimaryKeyAsKey write SetUsePrimaryKeyAsKey default true;
|
property UsePrimaryKeyAsKey : boolean read FUsePrimaryKeyAsKey write SetUsePrimaryKeyAsKey default true;
|
||||||
property StatementType : TStatementType read GetStatementType;
|
property StatementType : TStatementType read GetStatementType;
|
||||||
property ParseSQL : Boolean read FParseSQL write SetParseSQL default true;
|
property ParseSQL : Boolean read FParseSQL write SetParseSQL default true;
|
||||||
|
Loading…
Reference in New Issue
Block a user