Comparison

prosodyctl @ 13147:e560f7c691ce

util.sqlite3: Don't cache prepared statements for one-off queries The :execute method is mainly used for one-off queries such as creating tables and indices. There is no need to cache this prepared statement, as those queries are only done on startup. Further, prepared statements can't be reused without being reset, so this was likely broken anyway.
author Kim Alvefur <zash@zash.se>
date Sat, 10 Jun 2023 22:20:26 +0200
parent 13059:a47bd6ea7626
child 13167:6226f75f55a7
comparison
equal deleted inserted replaced
13146:771eb453e03a 13147:e560f7c691ce