Mercurial > hgsubversion
comparison tests/comprehensive/test_updatemeta.py @ 1518:09476d758b59
maps: handle sqlite lock error triggered by PRAGMA statements
"self._db.execute('PRAGMA cache_size=%d' % (-cachesize))" could raise
"OperationalError: database is locked". Therefore move PRAGMA statements
inside "self._transaction" which handles the "locked" error automatically.
author | Jun Wu <quark@fb.com> |
---|---|
date | Fri, 11 Aug 2017 09:24:29 -0700 |
parents | c6b01fd34694 |
children |
comparison
equal
deleted
inserted
replaced
1517:b3e41b0d50a2 | 1518:09476d758b59 |
---|