axqt / qtfirebirdibppsqldriver

Automatically exported from code.google.com/p/qtfirebirdibppsqldriver
GNU General Public License v3.0
0 stars 0 forks source link

ASSERTION in qsqlcachedresult when calling stored procedure #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create stored procedure that does not return any results
2. Create Query that do prepare, bindValues
3. Call exec()

Suggestion:
in file qsql_ibpp.cpp line 637 uncomment the "if" statement.

Original issue reported on code.google.com by g1099511...@gmail.com on 6 Jun 2009 at 8:13

GoogleCodeExporter commented 9 years ago
if not any results then cleanup qsqlcachedresult

Original comment by alex.wen...@gmail.com on 25 Jan 2010 at 12:21