Code review comment for lp:~trb143/openlp/fixes

Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

On a subsequent merge, please change the following line

    import pysqlite2

to

    import pysqlite2 as sqlite

Also, AFAIK, pysqlite2 is for SQLite version 3, not 2, so some folks who don't have sqlite might find that they still can't open v2 databases.

review: Approve

« Back to merge proposal