log util/sql.lua @ 8186:becb593ed86d

age author description
Fri, 04 Aug 2017 18:52:15 +0100 Matthew Wild util.sql: Greedily read all rows so we can close queries early (fixes #391)
Thu, 13 Apr 2017 22:37:35 +0200 Kim Alvefur util.sql: Produce more SQL-standard-like debug messages
Wed, 12 Apr 2017 18:57:40 +0200 Kim Alvefur util.sql: Strip indentation from queries for debug logging
Wed, 12 Apr 2017 17:26:44 +0200 Kim Alvefur util.sql: Apply quote transform in engine:execute so it is applied to eg encoding checks in mod_storage_sql (thanks Martin)
Mon, 10 Apr 2017 23:13:39 +0200 Kim Alvefur SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885)
Sat, 23 Jul 2016 18:22:05 +0800 Anton Shestakov util.sql: remove unused one-letter loop variables [luacheck]