mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 08:50:35 +02:00
* Changed DefaultSQLFormatSettings into a constant, because changing this will lead to chaos in the locale-support
git-svn-id: trunk@17819 -
This commit is contained in:
parent
11b154b5d9
commit
79e000d04e
@ -494,7 +494,7 @@ Procedure UnRegisterConnection(ConnectionName : String);
|
||||
Function GetConnectionDef(ConnectorName : String) : TConnectionDef;
|
||||
Procedure GetConnectionList(List : TSTrings);
|
||||
|
||||
var DefaultSQLFormatSettings : TFormatSettings = (
|
||||
const DefaultSQLFormatSettings : TFormatSettings = (
|
||||
CurrencyFormat: 1;
|
||||
NegCurrFormat: 5;
|
||||
ThousandSeparator: #0;
|
||||
|
Loading…
Reference in New Issue
Block a user