commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5868 - trunk/gnue-common/src


From: reinhard
Subject: r5868 - trunk/gnue-common/src
Date: Wed, 9 Jun 2004 10:46:46 -0500 (CDT)

Author: reinhard
Date: 2004-06-09 10:46:46 -0500 (Wed, 09 Jun 2004)
New Revision: 5868

Modified:
   trunk/gnue-common/src/GCConfig.py
Log:
Make useParameters = 1 the default, as there were no problems with it.


Modified: trunk/gnue-common/src/GCConfig.py
===================================================================
--- trunk/gnue-common/src/GCConfig.py   2004-06-09 15:44:47 UTC (rev 5867)
+++ trunk/gnue-common/src/GCConfig.py   2004-06-09 15:46:46 UTC (rev 5868)
@@ -50,9 +50,9 @@
   { 'Name'       : 'useParameters',
     'Type'       : 'Setting',
     'Comment'    : 'Use parameters in DBSIG2 database drivers',
-    'Description': '1 = use parameters (experimental), 0 = do not use them',
+    'Description': '1 = use parameters, 0 = do not use them (deprecated)',
     'Typecast'   : GTypecast.boolean,
-    'Default'    : '' },              # Default 0 is transformed to '0'
+    'Default'    : 1 },              # Default 0 is transformed to '0'
 
   { 'Name'       : 'textEncoding',
     'Type'       : 'Setting',





reply via email to

[Prev in Thread] Current Thread [Next in Thread]