List:Commits« Previous MessageNext Message »
From:jwinstead Date:December 28 2007 6:25pm
Subject:Connector/ODBC 3.51 commit: r965 - trunk
View as plain text  
Modified:
   trunk/ChangeLog
Log:
Add date for build, rewrite changelog entries to describe problems in a more
consistent way.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-12-27 19:36:57 UTC (rev 964)
+++ trunk/ChangeLog	2007-12-28 17:25:44 UTC (rev 965)
@@ -1,18 +1,16 @@
-3.51.23
+3.51.23 (28-Dec-2007)
 
-  Functionality added or changed:
-
   Bugs fixed:
   * Allowed connections to be enlisted in distributed transactions, even
     though the driver doesn't support them. (Bug #32727)
-  * Disabled possible delay in environment handle cleanup in multithreaded
-    environments. (Bug #32366)
-  * Fixed thread synchronization bug in SQLAllocStmt()/SQLFreeStmt()
-    functions. (Bug #32857)
-  * Fixed SQLExtendedFetch() ignoring SQL_ROWSET_SIZE attribute if Don't cache
-    result option is set. (Bug #32420)
-  * SQLGetInfo() returns the "null" string as database name if no database
-    was selected. (Bug #3780)
+  * Cleaning up environment handles in multithread environments could result
+    in a five (or more) second delay. (Bug #32366)
+  * SQLAllocStmt() and SQLFreeStmt() did not synchronize access to the
+    list of statements associated with a connection. (Bug #32857)
+  * SQLExtendedFetch() and SQLFetchScroll() ignored the rowset size if
+    the "Don't cache result" DSN option was set. (Bug #32420)
+  * SQLGetInfo() returned the wrong value for SQL_DATABASE_NAME when no
+    database was selected. (Bug #3780)
 
 ----
 

Thread
Connector/ODBC 3.51 commit: r965 - trunkjwinstead28 Dec