log util/sql.lua @ 12115:94de6b7596cc

age author description
Mon, 23 Dec 2019 21:13:27 +0100 Kim Alvefur util.sql: Handle failure to detect connection encoding
Sat, 28 Sep 2019 18:24:28 +0200 Kim Alvefur util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (thanks mrdoctorwho)
Tue, 30 Jul 2019 02:23:44 +0200 Kim Alvefur util.sql: Remove tostring call from logging
Thu, 30 May 2019 23:50:28 +0200 Kim Alvefur util.sql: Ignore if tables and indices already exist on creation (fixes #1064) 0.11
Sun, 11 Nov 2018 02:26:40 +0100 Kim Alvefur util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall 0.11
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Fri, 10 Nov 2017 17:47:11 +0100 Kim Alvefur util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]
Fri, 10 Nov 2017 05:42:32 +0100 Kim Alvefur util: Various minor changes to please [luacheck]
Wed, 08 Nov 2017 10:45:58 +0100 Kim Alvefur util.sql: Discard useless substitution count from string.gsub in SQL debug logs
Tue, 07 Nov 2017 09:26:48 +0100 Kim Alvefur util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (Thanks Ge0rG)
Wed, 04 Oct 2017 10:16:42 +0100 Matthew Wild util.sql: Don't log at error level if a transaction failed and was retried ok
Fri, 04 Aug 2017 18:52:15 +0100 Matthew Wild util.sql: Greedily read all rows so we can close queries early (fixes #391)