Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.0, 1.4.1
-
None
Description
qc_mysqlembedded does not look into functions when reporting affected fields.
For instance, for a query like:
SELECT concat(a, " ", a) from x where b = 2;
the result is "b", while it should be "a b".