[Checkins] SVN: Products.SQLAlchemyDA/trunk/

Andreas Jung andreas at andreas-jung.com
Sun Jun 10 14:52:49 EDT 2007


Log message for revision 76589:
  

Changed:
  U   Products.SQLAlchemyDA/trunk/CHANGES.txt
  U   Products.SQLAlchemyDA/trunk/README.txt

-=-
Modified: Products.SQLAlchemyDA/trunk/CHANGES.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/CHANGES.txt	2007-06-10 18:25:16 UTC (rev 76588)
+++ Products.SQLAlchemyDA/trunk/CHANGES.txt	2007-06-10 18:52:48 UTC (rev 76589)
@@ -26,6 +26,8 @@
     - fixed unregistration code for a wrapper (hopefully works with Zope 2.8 or
       higher)
 
+    - updated documentation
+
 0.2.1 (06.05.2007)
 
     - connections can be closed/opened through the ZMI

Modified: Products.SQLAlchemyDA/trunk/README.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/README.txt	2007-06-10 18:25:16 UTC (rev 76588)
+++ Products.SQLAlchemyDA/trunk/README.txt	2007-06-10 18:52:48 UTC (rev 76589)
@@ -82,8 +82,9 @@
      commit() related error. Otherwise leave this property checked. Changing this
      property *requires* a Zope restart.
 
-   - 'quoting_style' - affects how strings are quoted in SQL. For using Oracle you might
-     set this to 'oracle', otherwise use the default value 'standard'.
+   - 'quoting_style' - affects how strings are quoted in SQL. By default 'standard' 
+     quotes strings correctly. Setting the value to 'no-quote' might solve quoting issues
+     with some databases.
 
 
 Using SQLAlchemyDA:



More information about the Checkins mailing list