[Kmymoney-devel] [kmymoney4] [Bug 312692] Test #20: kmymoney-mymoneydatabasemgrtest FAILS FATALLY

Fernando Vilas fvilas at iname.com
Mon Jan 7 00:02:44 UTC 2013


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

Fernando Vilas <fvilas at iname.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fvilas at iname.com

--- Comment #3 from Fernando Vilas <fvilas at 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.


More information about the KMyMoney-devel mailing list