Author: REHSACK
Date: Fri Oct 15 09:38:59 2010
New Revision: 14489

Modified:
   dbi/branches/sqlengine/Changes

Log:
recent changes

Modified: dbi/branches/sqlengine/Changes
==============================================================================
--- dbi/branches/sqlengine/Changes      (original)
+++ dbi/branches/sqlengine/Changes      Fri Oct 15 09:38:59 2010
@@ -8,11 +8,17 @@
 
 =head2 Changes in DBI 1.616 (svn rNNN) XXX
 
+  Fixed RT#61513 by catching attribute assignment to tied table access
+    interface (Jens Rehsack)
+
   Optimized connect() to remove redundant FETCH of \%attrib values.
   Adding fix to recognize SQL::Statement errors even if instantiated
     with RaiseError=0 (Jens Rehsack)
   Adding new attribute "sql_dialect" to DBI::DBD::SqlEngine to allow
-    users control used SQL dialect (ANSI, CSV or AnyData), defaults to CSV
+    users control used SQL dialect (ANSI, CSV or AnyData), defaults to
+    CSV (Jens Rehsack)
+  Improve initialization phases in DBI::DBD::SqlEngine (Jens Rehsack)
+  Add documentation for DBI::DBD::SqlEngine attributes (Jens Rehsack)
 
 =head2 Changes in DBI 1.615 (svn r14438) 21st September 2010
 

Reply via email to