Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.7
-
None
-
Server: FreeBSD 11.2 , MariaDB 10.3.10 Client: Windows 10, ODBC 3.0.7
Description
This issue sadly still presists. The rowcount is now correct, but the content is still empty.
To clarify in case 3/4 if the table contains numerical values it works, but the results return empty strings for strings and text.
Same for the last two cases, the results are empty for strings/text and numerical values cause a FormatException. I see that the commit https://github.com/MariaDB/mariadb-connector-odbc/commit/bfb78c0 checks the for the correct rowcount but not the content.
Any ideas what could be causing this?
Attachments
Issue Links
- is part of
-
ODBC-169 Empty results or error if executing mutliple selects in a batch
-
- Closed
-
Hello and thanks for the report.
True that the testcase does not check values. But it does output them. And (correct) values are there. Thus there must be something else causing your problem.
Do you mean that exact cases described in
ODBC-169are still failing for you?p.s. But you are right, It's probably better to add values check to the testcase