Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.4.3
-
None
Description
Within QODBCResult::exec() there is a list of temporary buffers. In the current implementation the binding doesn't match reading out parameters. The case of non-unicode strings is broken, during binding it does not append the string to the list; while reading out parameters, the code expects the string was added to the list and tries to remove the string.