commit-gnue
[Top][All Lists]
Advanced

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

CVSROOT: /cvsroot/gnue


From: Jason Cater
Subject: CVSROOT: /cvsroot/gnue
Date: Tue, 18 Nov 2003 21:15:16 -0500

Module name:    gnue-common
Branch:         datasource-cleanup
Changes by:     Jason Cater <address@hidden>    03/11/18 21:15:16
Reply-to: address@hidden

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         datasource-cleanup
Changes by:     Jason Cater <address@hidden>    03/11/18 21:15:16

Modified files:
        src/datasources: GConnections.py 

Log message:
        support both 'provider=pypgsql' and 'provider=postgresql.pypgsql' 
connections again

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/datasources/GConnections.py.diff?only_with_tag=datasource-cleanup&tr1=1.52.2.4&tr2=1.52.2.5&r1=text&r2=text

Patches:
Index: gnue-common/src/datasources/GConnections.py
diff -c gnue-common/src/datasources/GConnections.py:1.52.2.4 
gnue-common/src/datasources/GConnections.py:1.52.2.5
*** gnue-common/src/datasources/GConnections.py:1.52.2.4        Tue Nov 18 
21:07:06 2003
--- gnue-common/src/datasources/GConnections.py Tue Nov 18 21:15:16 2003
***************
*** 211,216 ****
--- 211,217 ----
  
      try:
        basedriver, extradriver =driver.split('.',1)
+       extradriver = "." + extradriver
      except:
        basedriver = driver
        extradriver = ""
***************
*** 220,225 ****
--- 221,227 ----
      dbdriver = None
  
      basemodule = _find_base_driver(basedriver, ALLDRIVERS)
+     print "base=" + basemodule
      GDebug.printMesg(1,'Using %s as base driver for %s' %  (basemodule, 
driver))
  
      if basemodule:




reply via email to

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