[ODBC-226] Driver doesn't cause an error when it should Created: 2019-02-21 Updated: 2020-08-27 Resolved: 2019-08-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.0.9 |
| Fix Version/s: | 3.1.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Matthias Schröder | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
The following statement doesn't cause an error, but it should: drop temporary table if exists test.sometable; As a sideffect of this bug, affected rows are not properly counted. I did some testing and attached a test and a possible patch. I consider this bug critical because the user doesn't notice when something went wrong. I considered to split the test into two pieces, however |
| Comments |
| Comment by Lawrin Novitsky [ 2019-02-25 ] |
|
Thank you for your report. I haven't looked into your patch yet. But would it possible to make it as github pull request at https://github.com/MariaDB/mariadb-connector-odbc/? That would make it a bit easier to merge the patch. And we usually request code to be submitted under BSD or code contribution agreement to be signed. You don't need to worry about |
| Comment by Lawrin Novitsky [ 2019-08-07 ] |
|
All I said in the comment is not really relevant |