Review: Needs Fixing self.data_path + os.sep + database => os.path.join(self.data_path, database)
It's no wonder your SQLAlchemy models took FOREVER to run through, you were committing after every insert. Just commit a chapter at a time, or all of it at the end, not a verse at a time. -- https://code.edge.launchpad.net/~j-corwin/openlp/migration/+merge/21818 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

