Skip to content

Commit

Permalink
Un-skipped test of updatebale cursor(SQLSetPos with SQL_UPDATE), sinc…
Browse files Browse the repository at this point in the history
…e I've noticed it's being skipped, and it doesn't fail
  • Loading branch information
lawrinn committed Oct 9, 2017
1 parent 9069741 commit 6a61dc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/blob.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,6 @@ ODBC_TEST(t_bug10562)
int result= OK;
memset(blob, 'X', bsize);

skip("updatable cursor not supported");

OK_SIMPLE_STMT(Stmt, "drop table if exists t_bug10562");
OK_SIMPLE_STMT(Stmt, "create table t_bug10562 ( id int not null primary key DEFAULT 0, mb longblob )");
OK_SIMPLE_STMT(Stmt, "insert into t_bug10562 (mb) values ('zzzzzzzzzz')");
Expand Down

0 comments on commit 6a61dc6

Please sign in to comment.