Author: reinhard Date: 2005-04-24 16:41:27 -0500 (Sun, 24 Apr 2005) New Revision: 7482
Modified: trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py Log: The pyPgSQL driver is much more broken than we thought :( Modified: trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py 2005-04-24 21:01:43 UTC (rev 7481) +++ trunk/gnue-common/src/datasources/drivers/postgresql/pypgsql/Driver.py 2005-04-24 21:41:27 UTC (rev 7482) @@ -35,4 +35,6 @@ Connection class for PostgreSQL databases using the pyPgSQL DBSIG2 driver. """ _drivername = 'pyPgSQL.PgSQL' + _rowidField = None # PyPgSQL doesn't support rowid's!! _broken_fetchmany = True + _broken_rowcount = True _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
