Log

util/sql.lua @ 8365:8e079677d724

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