aboutsummaryrefslogtreecommitdiffstats
path: root/util/sql.lua
Commit message (Expand)AuthorAgeFilesLines
* util.sql: Remove unused String() and Integer() functionsKim Alvefur2023-07-221-4/+0
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-2/+2
* mod_storage_sql: Record connection to database as module statusKim Alvefur2023-01-301-2/+6
* util.sql: Handle failure to detect connection encodingKim Alvefur2019-12-231-0/+3
* util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (...Kim Alvefur2019-09-281-3/+3
* util.sql: Remove tostring call from loggingKim Alvefur2019-07-301-4/+4
* util.sql: Ignore if tables and indices already exist on creation (fixes #1064)Kim Alvefur2019-05-301-0/+6
* util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcallKim Alvefur2018-11-111-5/+4
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]Kim Alvefur2017-11-101-1/+1
* util: Various minor changes to please [luacheck]Kim Alvefur2017-11-101-33/+10
* util.sql: Discard useless substitution count from string.gsub in SQL debug logsKim Alvefur2017-11-081-2/+2
* util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (T...Kim Alvefur2017-11-071-1/+2
* util.sql: Don't log at error level if a transaction failed and was retried okMatthew Wild2017-10-041-4/+13
* util.sql: Greedily read all rows so we can close queries early (fixes #391)Matthew Wild2017-08-041-1/+5
* util.sql: Produce more SQL-standard-like debug messagesKim Alvefur2017-04-131-1/+8
* util.sql: Strip indentation from queries for debug loggingKim Alvefur2017-04-121-0/+1
* util.sql: Apply quote transform in engine:execute so it is applied to eg enco...Kim Alvefur2017-04-121-2/+1
* SQL: Use standard quotes for columns and other identifiers, rewrite to grave ...Kim Alvefur2017-04-101-14/+12
* util.sql: remove unused one-letter loop variables [luacheck]Anton Shestakov2016-07-231-2/+2
* util.sql: Import type too (fix global access)Kim Alvefur2016-05-221-0/+1
* util.sql: Import pcall (fixes #677)Matthew Wild2016-05-221-1/+1
* util.sql: Log errors in transaction to error level with traceback but return ...Kim Alvefur2016-03-251-1/+5
* util.sql: Charset should be innocent until proven guilty (initialize charset_...Matthew Wild2016-03-231-1/+1
* util.sql: Catch errors from LuaDBI connect (Fixes #568)Kim Alvefur2016-03-211-1/+2
* util.sql: Remove unused arguments [luacheck]Kim Alvefur2016-03-131-2/+2
* util.sql: Don't break out of result retreival loopsKim Alvefur2016-03-131-7/+13
* util.sql: Move per-driver (currenly only PostgreSQL) query transform into its...Kim Alvefur2016-03-131-6/+10
* util.sql: Localize unpack() in Lua 5.2 compatible wayKim Alvefur2016-02-221-1/+1
* util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin)Kim Alvefur2016-02-211-1/+31
* util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)Kim Alvefur2015-09-021-0/+1
* util.sql: Log when transactions beginKim Alvefur2015-08-301-0/+1
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-13/+24
* util.{interpolation,prosodyctl,sql}: Trim trailing whitespaceKim Alvefur2015-07-171-2/+2
* util.sql: Add safety check to ensure our chosen connection charset is actuall...Matthew Wild2015-07-081-0/+12
* util.sql: Fix log level of debug messageMatthew Wild2015-07-081-1/+1
* util.sql: Log debug message when connecting to databaseMatthew Wild2015-07-081-0/+1
* util.sql: Make set_encoding() return failure of SET NAMESMatthew Wild2015-07-081-1/+7
* util.sql: Return failure if set_encoding() failsMatthew Wild2015-07-081-1/+4
* util.sql: Use appropriate collation for the chosen character set - fixes MySQ...Matthew Wild2015-07-081-1/+1
* util.sql: Create table with same charset as the charset we selected for our c...Matthew Wild2015-07-081-1/+1
* util.sql: Allow onconnect callback to fail connection to the DB by returning ...Matthew Wild2015-07-071-1/+4
* util.sql: Call onconnect, provide noop dummy if not setKim Alvefur2015-07-021-0/+4
* util.sql: Remove built-in engine caching. This is the wrong layer to do this,...Matthew Wild2015-06-031-8/+3
* util.sql: Expose db2uri helper functionMatthew Wild2015-06-031-1/+1
* util.sql: Rename some variable to match conventionsMatthew Wild2015-06-031-6/+6
* util.sql: Remove unused functions and unused commented codeMatthew Wild2015-05-301-87/+0
* mod_storage_sql2, util.sql: Set character encoding on every connectKim Alvefur2014-12-111-0/+1
* util.sql: Fix previous commitKim Alvefur2013-11-121-1/+1
* util.sql: Get character set info from the correct database.Kim Alvefur2013-11-121-1/+1