Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.6
-
None
Description
Using the test in MDEV-25767 and executing the following (after fix) causes this:
insert into ACC009_SYNC values ('test', 'a', 'b', 'qwe', 'y', 'asdf', '2020', 1.0,1, 2, 'poi', now()); |
update ACC009_SYNC set COM_CODE='12345' WHERE COM_CODE='test'; |
ERROR 1296 (HY000): Got error 122 'ACC009: 1 affected rows' from CONNECT
|
The row is updated.
Attachments
Issue Links
- relates to
-
MDEV-29687 ODBC tables do not quote identifier names correctly
- Closed