[kmymoney4] [Bug 378676] 4.8.0 multiple installation problems on windows
Ralf Habacker
bugzilla_noreply at kde.org
Thu Jun 29 18:35:07 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=378676
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf.habacker at freenet.de
Status|UNCONFIRMED |CONFIRMED
Ever confirmed|0 |1
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Gary from comment #1)
> Here is the exact SQL in my 2), error is in 4th from last field:
The problem here is that the implementation of creating the statements
creates a template first similar to the constructed line below:
INSERT INTO kmmFileInfo (hiPayeeId, hiPayeeIdentifierId) VALUES (:hiPayeeId,
:hiPayeeIdentifierId);
and then replace the variable name :hiPayeeId' with 'NULL' which results into
INSERT INTO kmmFileInfo (hiPayeeId, hiPayeeIdentifierId) VALUES (NULL,
NULLIdentifierId);
and let the remain replace of ':hiPayeeIdentifierId' unfinished.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list