Browse Source

* Changed DefaultSQLFormatSettings into a constant, because changing this will lead to chaos in the locale-support

git-svn-id: trunk@17819 -
joost 14 years ago
parent
commit
79e000d04e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sqldb/sqldb.pp

+ 1 - 1
packages/fcl-db/src/sqldb/sqldb.pp

@@ -494,7 +494,7 @@ Procedure UnRegisterConnection(ConnectionName : String);
 Function GetConnectionDef(ConnectorName : String) : TConnectionDef;
 Function GetConnectionDef(ConnectorName : String) : TConnectionDef;
 Procedure GetConnectionList(List : TSTrings);
 Procedure GetConnectionList(List : TSTrings);
 
 
-var DefaultSQLFormatSettings : TFormatSettings = (
+const DefaultSQLFormatSettings : TFormatSettings = (
   CurrencyFormat: 1;
   CurrencyFormat: 1;
   NegCurrFormat: 5;
   NegCurrFormat: 5;
   ThousandSeparator: #0;
   ThousandSeparator: #0;