Software / code / prosody
Log
util/sql.lua @ 7276:30dfaf36ea6d
| description | author | age |
|---|---|---|
| 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 |
| util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin) | Kim Alvefur | Sun, 21 Feb 2016 19:25:01 +0100 |
| util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike) | Kim Alvefur | Wed, 02 Sep 2015 14:14:22 +0200 |
| util.sql: Log when transactions begin | Kim Alvefur | Sun, 30 Aug 2015 13:45:36 +0200 |
| util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | Sat, 21 Feb 2015 10:36:37 +0100 |