[MDEV-29397] Connect engine ODBC UPDATE triggers error instead of warning Created: 2022-08-26 Updated: 2022-11-08 Resolved: 2022-11-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.6 |
| Fix Version/s: | 10.3.39 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrew Hutchings | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Using the test in
The row is updated. |
| Comments |
| Comment by Andrew Hutchings [ 2022-11-03 ] |
|
Cause is ODBConn::Rewind returns -1 if there is no m_hstmt, triggering an error condition but this is a valid thing during an UPDATE query. Unfortunately I can't write a test for it as |
| Comment by Andrew Hutchings [ 2022-11-07 ] |
|
PR open |