aurweb/git-interface
Lukas Fleischer 29625e0744 git-update: Close cursor before closing database
When using SQLite as backend, we need to close the cursor before closing
the database to avoid the following error:

    sqlite3.OperationalError: unable to close due to unfinalized statements or unfinished backups

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2016-08-22 08:16:26 +02:00
..
test git-update: Close cursor before closing database 2016-08-22 08:16:26 +02:00
config.mk Add a Makefile for the git-auth wrapper 2015-06-02 10:49:33 +02:00
config.py git-interface: Add AUR_CONFIG environment variable 2016-08-05 12:05:22 +02:00
db.py db.py: Support pyformat paramstyle 2016-08-14 21:56:45 +02:00
git-auth.py git-interface: Do not use rowcount 2016-08-05 12:05:22 +02:00
git-auth.sh.in Add a Makefile for the git-auth wrapper 2015-06-02 10:49:33 +02:00
git-serve.py Lazy-add new package bases 2016-08-10 20:14:17 +02:00
git-update.py git-update: Close cursor before closing database 2016-08-22 08:16:26 +02:00
Makefile Add a Makefile for the git-auth wrapper 2015-06-02 10:49:33 +02:00