← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~j-corwin/openlp/migration into lp:openlp

 

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.



Follow ups

References