commit-gnue
[Top][All Lists]
Advanced

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

r5312 - in trunk/gnue-common/src: . apps datasources/drivers/dbf/dbf dat


From: reinhard
Subject: r5312 - in trunk/gnue-common/src: . apps datasources/drivers/dbf/dbf datasources/drivers/postgresql/Base datasources/drivers/special/unbound datasources/drivers/sqlrelay/sqlrelay definitions external formatting rpc rpc/drivers/_helpers rpc/drivers/corba/orbit rpc/drivers/proxy rpc/drivers/pyro rpc/drivers/soap rpc/drivers/sockets utils
Date: Fri, 12 Mar 2004 12:21:39 -0600 (CST)

Author: reinhard
Date: 2004-03-12 12:21:38 -0600 (Fri, 12 Mar 2004)
New Revision: 5312

Modified:
   trunk/gnue-common/src/GMenu.py
   trunk/gnue-common/src/__init__.py
   trunk/gnue-common/src/apps/GClientApp.py
   trunk/gnue-common/src/apps/GConfig.py
   trunk/gnue-common/src/apps/GDebug.py
   trunk/gnue-common/src/apps/GLogger.py
   trunk/gnue-common/src/apps/RuntimeSettings.py
   trunk/gnue-common/src/datasources/drivers/dbf/dbf/Connection.py
   trunk/gnue-common/src/datasources/drivers/dbf/dbf/DataObject.py
   trunk/gnue-common/src/datasources/drivers/dbf/dbf/RecordSet.py
   trunk/gnue-common/src/datasources/drivers/dbf/dbf/ResultSet.py
   trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py
   trunk/gnue-common/src/datasources/drivers/special/unbound/Driver.py
   trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/Connection.py
   trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/DataObject.py
   trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/RecordSet.py
   trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/ResultSet.py
   trunk/gnue-common/src/definitions/GObjects.py
   trunk/gnue-common/src/definitions/GParser.py
   trunk/gnue-common/src/external/fixedpoint.py
   trunk/gnue-common/src/formatting/BaseMask.py
   trunk/gnue-common/src/formatting/DateMask.py
   trunk/gnue-common/src/formatting/FormatExceptions.py
   trunk/gnue-common/src/formatting/GDataFormatter.py
   trunk/gnue-common/src/formatting/NumberMask.py
   trunk/gnue-common/src/formatting/TextMask.py
   trunk/gnue-common/src/rpc/GComm.py
   trunk/gnue-common/src/rpc/GCommBase.py
   trunk/gnue-common/src/rpc/drivers/_helpers/AsyncSocketServer.py
   trunk/gnue-common/src/rpc/drivers/_helpers/__init__.py
   trunk/gnue-common/src/rpc/drivers/corba/orbit/Driver.py
   trunk/gnue-common/src/rpc/drivers/proxy/CommDriver.py
   trunk/gnue-common/src/rpc/drivers/pyro/CommDriver.py
   trunk/gnue-common/src/rpc/drivers/soap/CommDriver.py
   trunk/gnue-common/src/rpc/drivers/sockets/CommDriver.py
   trunk/gnue-common/src/rpc/drivers/sockets/__init__.py
   trunk/gnue-common/src/utils/FileUtils.py
   trunk/gnue-common/src/utils/GDateTime.py
   trunk/gnue-common/src/utils/TextUtils.py
Log:
Removed some executable flags.



Property changes on: trunk/gnue-common/src/GMenu.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/__init__.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/apps/GClientApp.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/apps/GConfig.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/apps/GDebug.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/apps/GLogger.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/apps/RuntimeSettings.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/dbf/dbf/Connection.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/dbf/dbf/DataObject.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/dbf/dbf/RecordSet.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/dbf/dbf/ResultSet.py
___________________________________________________________________
Name: svn:executable
   - *

Modified: 
trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py     
2004-03-12 14:58:04 UTC (rev 5311)
+++ trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py     
2004-03-12 18:21:38 UTC (rev 5312)
@@ -58,6 +58,9 @@
 
   def connect(self, connectData):
 
+    if not self._pg_driver:
+      self._pg_driver = __import__ (self._driver_module, None, None, '*')
+
     if not hasattr(self,'_DatabaseError'):
       self._DatabaseError = self._pg_driver.DatabaseError
 


Property changes on: 
trunk/gnue-common/src/datasources/drivers/special/unbound/Driver.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/Connection.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/DataObject.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/RecordSet.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/datasources/drivers/sqlrelay/sqlrelay/ResultSet.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/definitions/GObjects.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/definitions/GParser.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/external/fixedpoint.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/formatting/BaseMask.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/formatting/DateMask.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/formatting/FormatExceptions.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/formatting/GDataFormatter.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/formatting/NumberMask.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/formatting/TextMask.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/GComm.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/GCommBase.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: 
trunk/gnue-common/src/rpc/drivers/_helpers/AsyncSocketServer.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/drivers/_helpers/__init__.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/drivers/corba/orbit/Driver.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/drivers/proxy/CommDriver.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/drivers/pyro/CommDriver.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/drivers/soap/CommDriver.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/drivers/sockets/CommDriver.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/rpc/drivers/sockets/__init__.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/utils/FileUtils.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/utils/GDateTime.py
___________________________________________________________________
Name: svn:executable
   - *


Property changes on: trunk/gnue-common/src/utils/TextUtils.py
___________________________________________________________________
Name: svn:executable
   - *





reply via email to

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