[Checkins] SVN: Products.SQLAlchemyDA/trunk/da.py masquerade as a Zope DA in order make it findable through

Andreas Jung andreas at andreas-jung.com
Mon Apr 30 12:21:35 EDT 2007


Log message for revision 74932:
  masquerade as a Zope DA in order make it findable through
  ZSQL methods
  

Changed:
  U   Products.SQLAlchemyDA/trunk/da.py

-=-
Modified: Products.SQLAlchemyDA/trunk/da.py
===================================================================
--- Products.SQLAlchemyDA/trunk/da.py	2007-04-30 16:01:54 UTC (rev 74931)
+++ Products.SQLAlchemyDA/trunk/da.py	2007-04-30 16:21:35 UTC (rev 74932)
@@ -33,6 +33,7 @@
 
     meta_type = 'SQLAlchemy Wrapper Integration'
     sqlalchemy_wrapper_name = None
+    _isAnSQLConnection = True
 
     security = ClassSecurityInfo()
 



More information about the Checkins mailing list