2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/src
Christopher Baines 068ad30a27 database: Don't finalise cached statements.
All these statements are cached, but that's pointless if they're finalized
after use, because they'll need recreating on next use.

* src/cuirass/database.scm (%sqlite-exec, db-get-builds-query-min,
db-get-builds-query-max): Replace sqlite-finalize with sqlite-reset.
2020-12-07 09:44:46 +00:00
..
cuirass database: Don't finalise cached statements. 2020-12-07 09:44:46 +00:00
sql Use specification for periodic builds. 2020-11-25 16:49:22 +01:00
static Add metrics support. 2020-09-14 14:32:12 +02:00
web/server web: server: Remove with-ignored-disconnects. 2020-08-04 18:14:51 +02:00
cuirass.scm cuirass: Stop λ/lambda mixing. 2017-07-06 10:03:16 +02:00
schema.sql Use specification for periodic builds. 2020-11-25 16:49:22 +01:00