https://bugs.kde.org/show_bug.cgi?id=312692

Fernando Vilas <fvi...@iname.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fvi...@iname.com

--- Comment #3 from Fernando Vilas <fvi...@iname.com> ---
Line 3202 sets up the query, and for some reason it is not getting the whole
query, only the where clause. Line 3195 is where we get the reference for the
table so we can later call selectAllString.

That may be getting optimized away on a Mac, since it works everywhere else.
One option would be to get a copy of the object instead of a reference. If that
works, we can convert MyMoneyDbTable to use a d-pointer and COW to make copying
cheap.

There are probable other options that are not occurring to me right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to