Update the name of the OFX plugin to its new name
ClosedPublic

Authored by tbaumgart on Sep 13 2018, 3:54 PM.

Details

Summary

Up to and including 4.8 the OFX importer plugin was called "KMyMoney
OFX". From version 5 on it is called "ofximporter". So we update it here
in case we find the 'old' name.

This fixes the XML and SQL backend but I am sure it can be done in a more
elegant fashion using SQL statements.

Diff Detail

Repository
R261 KMyMoney
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
tbaumgart requested review of this revision.Sep 13 2018, 3:54 PM
tbaumgart created this revision.
tbaumgart retitled this revision from Update the name of the OFX plugin to its new name (XML) to Update the name of the OFX plugin to its new name.Sep 13 2018, 3:59 PM
tbaumgart edited the summary of this revision. (Show Details)
tbaumgart added a reviewer: ostroffjh.

Successfully tested with xmlstorage. I hope to test sql storage within a few days, but I don't actively use sqlstorage. Using actual SQL code would be good, but probably not enough difference in efficiency to worry about in the short term.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 28 2018, 8:42 AM
This revision was automatically updated to reflect the committed changes.

I tested the SQL part using SQLite before landing it