Comparison

spec/util_array_spec.lua @ 13146:771eb453e03a

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.
author Kim Alvefur <zash@zash.se>
date Sat, 10 Jun 2023 22:02:15 +0200
parent 11787:3ae6fa901a8b
child 13245:ffe4adbd2af9
comparison
equal deleted inserted replaced
13145:af251471d5ae 13146:771eb453e03a