| 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)
|
| 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]
|
| Sun, 22 May 2016 14:37:52 +0200 |
Kim Alvefur |
util.sql: Import type too (fix global access)
|
| Sun, 22 May 2016 02:16:11 +0100 |
Matthew Wild |
util.sql: Import pcall (fixes #677)
|
| Fri, 25 Mar 2016 16:09:34 +0100 |
Kim Alvefur |
util.sql: Log errors in transaction to error level with traceback but return only error message (fixes #464)
|
| Wed, 23 Mar 2016 12:17:28 +0000 |
Matthew Wild |
util.sql: Charset should be innocent until proven guilty (initialize charset_ok to true), fixes bug introduced in 187ba2e9c012
|