Igor Sapego created IGNITE-6188: ----------------------------------- Summary: ODBC: SQLSQLFreeStmt failing if called before all the rows from the result set were fetched. Key: IGNITE-6188 URL: https://issues.apache.org/jira/browse/IGNITE-6188 Project: Ignite Issue Type: Bug Components: odbc Affects Versions: 2.1 Reporter: Igor Sapego
Steps to reproduce: 1. Execute select query with more then 1 row in result set. 2. Fetch results and close the cursor before detecting end of result set. 3. Check for statement error. Error message: {noformat} HY000: Failed to find query with ID: 10 {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)