BugsBiteBugs / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

SQLiteInstanceManager setLockingMode uses incorrect PRAGMA #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In SQLiteInstanceManager the setLockingMode method has a cut-and-paste
error. It uses "PRAGMA cache_size=%d" instead of "PRAGMA locking_mode=%d".

Original issue reported on code.google.com by baron.ro...@gmail.com on 20 Jan 2009 at 7:24

GoogleCodeExporter commented 9 years ago
Yep, it sure does. Thanks, I'll check in a fix for it tonight.

Original comment by jeff.lam...@gmail.com on 19 Feb 2009 at 1:25

GoogleCodeExporter commented 9 years ago

Original comment by jeff.lam...@gmail.com on 19 Feb 2009 at 1:31