[Checkins] SVN: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py convert_unicode is now a property

Andreas Jung andreas at andreas-jung.com
Mon Mar 17 17:30:54 EDT 2008


Log message for revision 84753:
  convert_unicode is now a property
  

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

-=-
Modified: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py
===================================================================
--- Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py	2008-03-17 21:29:07 UTC (rev 84752)
+++ Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/da.py	2008-03-17 21:30:53 UTC (rev 84753)
@@ -51,6 +51,7 @@
         {'id' : 'title', 'type' : 'string', 'mode' : 'rw'}, 
         {'id' : 'encoding', 'type' : 'string', 'mode' : 'rw'}, 
         {'id' : 'transactional', 'type' : 'boolean', 'mode' : 'rw'}, 
+        {'id' : 'convert_unicode', 'type' : 'boolean', 'mode' : 'rw'}, 
         {'id' : 'quoting_style', 'type' : 'selection', 'mode' : 'rw', 
                  'select_variable' : 'allQuotingStyles'},
     )



More information about the Checkins mailing list