Discussion:
[soci-users] Bug in MySQL Backend for get_affected_rows() and user defined types
Daniel Walter
2013-12-06 09:57:59 UTC
Permalink
Hi,

i extended MySQL backend test7() for user defined types to demonstrate a
bug with get_affected_rows().
Just add these lines (http://pastebin.com/JSf3iKGp) to test7().

Currently i dont have a nice fix for that. Maybe i will do a git fork
and pull request if this bug is confirmed.

Mit freundlichen Grüßen / Best regards,
Daniel Walter
Daniel Walter
2013-12-06 11:05:21 UTC
Permalink
Here is my proposed fix: https://github.com/SOCI/soci/pull/221
Post by Daniel Walter
Hi,
i extended MySQL backend test7() for user defined types to demonstrate a
bug with get_affected_rows().
Just add these lines (http://pastebin.com/JSf3iKGp) to test7().
Currently i dont have a nice fix for that. Maybe i will do a git fork
and pull request if this bug is confirmed.
Mit freundlichen Grüßen / Best regards,
Daniel Walter
Loading...