[Zope-Checkins] CVS: Products/DCOracle2 - DABase.py:1.5
Matthew T. Kromer
matt@zope.com
Wed, 24 Oct 2001 17:42:12 -0400
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv18267
Modified Files:
DABase.py
Log Message:
Updated debug information; added Version method on connection object to extract
product version information from Oracle. Debug tab on managment screen in
Zope updated as well.
=== Products/DCOracle2/DABase.py 1.4 => 1.5 ===
return dbg
+ def ZDCO2VERSION(self, REQUEST=None):
+ """Print Oracle Version Table"""
+ import DCOracle2
+ return self._v_database_connection.db.Version().items()
+
class TableBrowserCollection(Acquisition.Implicit):
"Helper class for accessing tables via URLs"