.luacov
author Kim Alvefur <zash@zash.se>
Sat, 10 Jun 2023 22:02:15 +0200
changeset 13150 771eb453e03a
parent 9472 cd2f742e5826
permissions -rw-r--r--
util.sqlite3: Deduplicate query methods There were 3 very similar methods: - :execute() - :execute_query() - :execute_update() The first one returns the prepared statement and is mainly used internally in the library for CREATE statements. The later two only really differ in how the results are returned. Those two are one main method and one small one that only picks out the iterator.

exclude = {
	"^%./spec/";
}