Comparison

core/usermanager.lua @ 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 12993:623fbb5f9b05
child 13169:7b6e7290265b
comparison
equal deleted inserted replaced
13146:771eb453e03a 13147:e560f7c691ce