Skip to content

Commit

Permalink
On 64-bit SQLRowCount expects SQLLEN (not int)
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Feb 12, 2015
1 parent b5c03c5 commit db41617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tran.c
Expand Up @@ -105,7 +105,7 @@ ODBC_TEST(my_transaction)

ODBC_TEST(t_tran)
{
int Rows= 0;
SQLLEN Rows= 0;

OK_SIMPLE_STMT(Stmt, "DROP TABLE IF EXISTS t_tran");
OK_SIMPLE_STMT(Stmt, "CREATE TABLE t_tran (a INT, b VARCHAR(30)) ENGINE=InnoDB");
Expand Down

0 comments on commit db41617

Please sign in to comment.