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

Thomas Baumgart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|REPORTED                    |NEEDSINFO

--- Comment #9 from Thomas Baumgart <[email protected]> ---
Do you see any empty column accountName when you run the following SQL
statement on  your database?

SELECT kmmSchedules.id, kmmSplits.accountId, kmmAccounts.accountName
FROM kmmSchedules
JOIN kmmSplits ON kmmSchedules.id = kmmSplits.transactionId
JOIN kmmAccounts ON kmmSplits.accountId = kmmAccounts.id;

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to