Author: jcater Date: 2005-04-24 15:37:50 -0500 (Sun, 24 Apr 2005) New Revision: 7480
Modified: trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py Log: PyPgSQL uses "pyPgSQL.PgSQL", not "PgSQL" Modified: trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py 2005-04-24 20:34:22 UTC (rev 7479) +++ trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py 2005-04-24 20:37:50 UTC (rev 7480) @@ -34,5 +34,5 @@ """ Connection class for PostgreSQL databases using the pyPgSQL DBSIG2 driver. """ - _drivername = 'PgSQL' + _drivername = 'pyPgSQL.PgSQL' _broken_fetchmany = True _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
