List:Commits« Previous MessageNext Message »
From:jwinstead Date:May 17 2007 7:47pm
Subject:Connector/ODBC 3.51 commit: r425 - trunk/test
View as plain text  
Modified:
   trunk/test/my_cursor.c
Log:
Add information about bugs being tested to two test cases


Modified: trunk/test/my_cursor.c
===================================================================
--- trunk/test/my_cursor.c	2007-05-16 15:30:49 UTC (rev 424)
+++ trunk/test/my_cursor.c	2007-05-17 19:47:37 UTC (rev 425)
@@ -2606,6 +2606,10 @@
 }
 
 
+/**
+ Bug #28255: Cursor operations on result sets containing only part of a key
+ are incorrect
+*/
 DECLARE_TEST(t_bug28255)
 {
   SQLLEN nlen;
@@ -2646,6 +2650,9 @@
 }
 
 
+/**
+ Bug #19566: Cannot update or delete using SQLSetPos
+*/
 DECLARE_TEST(t_bug19566)
 {
   SQLLEN nlen;

Thread
Connector/ODBC 3.51 commit: r425 - trunk/testjwinstead17 May