mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* Default of verboseerrors set to true
git-svn-id: trunk@24154 -
This commit is contained in:
parent
e766ac4737
commit
3a7611537c
@ -95,7 +95,7 @@ type
|
||||
property LoginPrompt;
|
||||
property Params;
|
||||
property OnLogin;
|
||||
Property VerboseErrors : Boolean Read FVerboseErrors Write FVerboseErrors;
|
||||
Property VerboseErrors : Boolean Read FVerboseErrors Write FVerboseErrors default true;
|
||||
end;
|
||||
|
||||
{ TPQConnectionDef }
|
||||
@ -159,6 +159,7 @@ begin
|
||||
inherited;
|
||||
FConnOptions := FConnOptions + [sqSupportParams] + [sqEscapeRepeat] + [sqEscapeSlash];
|
||||
FieldNameQuoteChars:=DoubleQuotes;
|
||||
VerboseErrors:=True;
|
||||
end;
|
||||
|
||||
procedure TPQConnection.CreateDB;
|
||||
|
Loading…
Reference in New Issue
Block a user