log util/sql.lua @ 7312:b4e99602ae75

age author description
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
Mon, 21 Mar 2016 09:50:52 +0100 Kim Alvefur util.sql: Catch errors from LuaDBI connect (Fixes #568)
Sun, 13 Mar 2016 18:35:00 +0100 Kim Alvefur util.sql: Remove unused arguments [luacheck]
Sun, 13 Mar 2016 18:31:53 +0100 Kim Alvefur util.sql: Don't break out of result retreival loops
Sun, 13 Mar 2016 17:38:49 +0100 Kim Alvefur util.sql: Move per-driver (currenly only PostgreSQL) query transform into its own method
Mon, 22 Feb 2016 17:30:12 +0100 Kim Alvefur util.sql: Localize unpack() in Lua 5.2 compatible way
Sun, 21 Feb 2016 19:25:01 +0100 Kim Alvefur util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin)
Wed, 02 Sep 2015 14:14:22 +0200 Kim Alvefur util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)