[Checkins] SVN: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py Fixed LP #639597

Abdul Kader Maliyakkal akm.mail at gmail.com
Sat Jan 22 01:22:01 EST 2011


Log message for revision 119837:
  Fixed LP #639597
  
  

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

-=-
Modified: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py
===================================================================
--- Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py	2011-01-21 17:49:43 UTC (rev 119836)
+++ Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py	2011-01-22 06:21:58 UTC (rev 119837)
@@ -207,7 +207,7 @@
         LOG.debug('Execution time: %3.3f seconds' % (time.time() - ts_start))
 
         if desc is None:            
-            return [], None
+            return [], []
 
         items = []
         for  name, type_code, width, internal_size, precision, scale, null_ok in desc:



More information about the checkins mailing list