index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_storage_sql.lua
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mod_storage_sql: Limit encoding check to current database
Kim Alvefur
2017-04-13
1
-2
/
+4
|
*
mod_storage_sql: Break long lines
Kim Alvefur
2017-04-12
1
-2
/
+5
|
*
mod_storage_sql: Pass charset and collation names via variable binding
Kim Alvefur
2017-04-12
1
-4
/
+3
|
*
mod_storage_sql: Quote some field names
Kim Alvefur
2017-04-12
1
-2
/
+2
*
|
Merge 0.10->trunk
Kim Alvefur
2017-04-12
1
-1
/
+1
|
\
|
|
*
mod_storage_sql: Raise error if encoding check query fails
Kim Alvefur
2017-04-12
1
-1
/
+1
*
|
Merge 0.10->trunk
Kim Alvefur
2017-04-10
1
-54
/
+54
|
\
|
|
*
SQL: Use standard quotes for columns and other identifiers, rewrite to grave ...
Kim Alvefur
2017-04-10
1
-54
/
+54
*
|
Merge 0.10->trunk
Kim Alvefur
2017-04-03
1
-1
/
+1
|
\
|
|
*
mod_storage_sql: Fix to use correct SQL query (thanks carlos)
Kim Alvefur
2017-04-03
1
-1
/
+1
*
|
Merge 0.10->trunk
Kim Alvefur
2017-04-01
1
-44
/
+126
|
\
|
|
*
mod_storage_sql: Remove unused return values (should those actually be used?)
Kim Alvefur
2017-04-01
1
-1
/
+2
|
*
mod_storage_sql: Ignore name clash [luacheck]
Kim Alvefur
2017-04-01
1
-1
/
+1
|
*
mod_storage_sql: Split long lines [luacheck]
Kim Alvefur
2017-04-01
1
-2
/
+4
|
*
mod_storage_sql: Ignore name clash [luacheck]
Kim Alvefur
2017-04-01
1
-1
/
+1
|
*
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator ...
Kim Alvefur
2017-04-01
1
-6
/
+6
|
*
mod_storage_sql: Move SQL queries into multiline strings for readability [lua...
Kim Alvefur
2017-04-01
1
-21
/
+101
|
*
mod_storage_sql: Rename variables to avoid name clashes [luacheck]
Kim Alvefur
2017-04-01
1
-11
/
+11
|
*
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments
Kim Alvefur
2017-04-01
1
-0
/
+2
|
*
mod_storage_sql: Remove compat for argument order change
Kim Alvefur
2017-04-01
1
-3
/
+0
*
|
Merge 0.10->trunk
Kim Alvefur
2017-02-20
1
-1
/
+3
|
\
|
|
*
mod_storage_sql: Make archive:append() to return the id (or key) as first ret...
Kim Alvefur
2017-02-20
1
-1
/
+3
*
|
Merge 0.10->trunk
Kim Alvefur
2017-01-24
1
-2
/
+2
|
\
|
|
*
mod_storage_sql: Fix to use correct order for return values from transaction ...
Kim Alvefur
2017-01-24
1
-2
/
+2
*
|
Merge 0.10->trunk
Kim Alvefur
2017-01-23
1
-1
/
+2
|
\
|
|
*
mod_storage_sql: Return number of affected items from archive:delete
Kim Alvefur
2016-11-22
1
-1
/
+2
*
|
Merge 0.10->trunk
Kim Alvefur
2016-12-02
1
-12
/
+21
|
\
|
|
*
mod_storage_sql: Normalize parameters for upgrade command
Kim Alvefur
2016-12-01
1
-1
/
+1
|
*
mod_storage_sql: List available commands if no commands given (currenly only ...
Kim Alvefur
2016-12-01
1
-1
/
+2
|
*
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes a...
Kim Alvefur
2016-12-01
1
-0
/
+2
|
*
mod_storage_sql: Include missing parameter table key 'port'
Kim Alvefur
2016-12-01
1
-1
/
+1
|
*
mod_storage_sql: Create a new table to hold normalized database parameters (f...
Kim Alvefur
2016-11-29
1
-7
/
+15
|
*
mod_storage_sql: Use is_stanza() from util.stanza
Kim Alvefur
2016-11-28
1
-3
/
+1
*
|
Update every link to the documentation to use HTTPS
Emmanuel Gil Peyrot
2016-04-16
1
-1
/
+1
|
/
*
mod_storage_sql: Make sure all serialization errors are propagated
Kim Alvefur
2016-03-21
1
-5
/
+3
*
mod_storage_sql: Allow loops over results to end on their own
Kim Alvefur
2016-03-13
1
-6
/
+8
*
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected
Kim Alvefur
2016-03-13
1
-3
/
+3
*
mod_storage_sql: Treat non-existent archive IDs as beyound the end of the arc...
Kim Alvefur
2016-02-22
1
-2
/
+2
*
mod_storage_sql: Remove debug logging of archive queries
Kim Alvefur
2016-02-21
1
-2
/
+0
*
mod_storage_sql: Lower message about new engine creation to debug level
Kim Alvefur
2016-02-21
1
-1
/
+1
*
mod_storage_sql: Share SQL connections with same parameters across VirtualHos...
Kim Alvefur
2016-02-21
1
-11
/
+17
*
mod_storage_sql: Fix setting value to false in map store
Kim Alvefur
2016-02-19
1
-1
/
+2
*
mod_storage_sql: Silence some harmless luacheck warnings
Kim Alvefur
2016-02-09
1
-0
/
+3
*
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in ...
Kim Alvefur
2016-02-09
1
-17
/
+23
*
mod_storage_sql: Support non-string keys in map store
Kim Alvefur
2016-02-08
1
-2
/
+14
*
mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)
Kim Alvefur
2015-12-15
1
-1
/
+3
*
mod_storage_sql: Add map store (backported from trunk)
Matthew Wild
2015-12-03
1
-0
/
+34
*
mod_storage_sql: Whitespace fix (backported from trunk)
Matthew Wild
2015-12-03
1
-1
/
+1
*
storagemanager, mod_storage_sql, mod_storage_sql2: Rename mod_storage_sql2 ->...
Matthew Wild
2015-12-03
1
-307
/
+335
*
mod_storage_{none,internal,sql}: Return error for unsupported (everything but...
Kim Alvefur
2014-06-20
1
-3
/
+3
[prev]
[next]