List:Commits« Previous MessageNext Message »
From:jwinstead Date:May 2 2007 8:55pm
Subject:Connector/ODBC 3.51 commit: r377 - trunk/test
View as plain text  
Modified:
   trunk/test/my_cursor.c
Log:
Remove option that we don't even support in t_setpos_position of my_cursor


Modified: trunk/test/my_cursor.c
===================================================================
--- trunk/test/my_cursor.c	2007-05-02 18:24:19 UTC (rev 376)
+++ trunk/test/my_cursor.c	2007-05-02 18:55:37 UTC (rev 377)
@@ -459,8 +459,6 @@
                                 (SQLPOINTER)SQL_CONCUR_ROWVER, 0));
   ok_stmt(hstmt, SQLSetStmtAttr(hstmt, SQL_ATTR_CURSOR_TYPE,
                                 (SQLPOINTER)SQL_CURSOR_DYNAMIC, 0));
-  ok_stmt(hstmt, SQLSetStmtOption(hstmt, SQL_SIMULATE_CURSOR,
-                                  SQL_SC_NON_UNIQUE));
 
   ok_sql(hstmt, "SELECT * FROM t_setpos_position");
 

Thread
Connector/ODBC 3.51 commit: r377 - trunk/testjwinstead2 May