
qc_mysqlembedded does not look into functions when collecting the affected fields of a query. Therefore the affected fields of a query like SELECT concat(a, "", "") from X where b = 1; will be "b" and not "a b" as it should be.
qc_mysqlembedded does not look into functions when collecting the affected fields of a query. Therefore the affected fields of a query like SELECT concat(a, "", "") from X where b = 1; will be "b" and not "a b" as it should be.