Software /
code /
prosody
Log
util/sql.lua @ 7317:a2dce746599b
description | author | age |
---|---|---|
util.sql: Log errors in transaction to error level with traceback but return only error message (fixes #464) | Kim Alvefur | Fri, 25 Mar 2016 16:09:34 +0100 |
util.sql: Charset should be innocent until proven guilty (initialize charset_ok to true), fixes bug introduced in 187ba2e9c012 | Matthew Wild | Wed, 23 Mar 2016 12:17:28 +0000 |
util.sql: Catch errors from LuaDBI connect (Fixes #568) | Kim Alvefur | Mon, 21 Mar 2016 09:50:52 +0100 |
util.sql: Remove unused arguments [luacheck] | Kim Alvefur | Sun, 13 Mar 2016 18:35:00 +0100 |
util.sql: Don't break out of result retreival loops | Kim Alvefur | Sun, 13 Mar 2016 18:31:53 +0100 |
util.sql: Move per-driver (currenly only PostgreSQL) query transform into its own method | Kim Alvefur | Sun, 13 Mar 2016 17:38:49 +0100 |
util.sql: Localize unpack() in Lua 5.2 compatible way | Kim Alvefur | Mon, 22 Feb 2016 17:30:12 +0100 |