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: Use util.json instead of util.serialization.
Waqas Hussain
2010-12-27
1
-4
/
+4
*
mod_storage_sql: Log an error on query failure.
Waqas Hussain
2010-12-27
1
-1
/
+1
*
mod_storage_sql: Remove the subkey column from the Prosody table, and make th...
Waqas Hussain
2010-12-27
1
-30
/
+21
*
mod_storage_sql: Dynamically replace backquotes with double quotes when conne...
Waqas Hussain
2010-12-27
1
-2
/
+6
*
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to...
Waqas Hussain
2010-12-27
1
-3
/
+3
*
mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty ...
Waqas Hussain
2010-12-27
1
-15
/
+15
*
mod_storage_sql: Fix a couple of bugs in "JSON" decoding
Matthew Wild
2010-12-18
1
-2
/
+2
*
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL ...
Waqas Hussain
2010-12-13
1
-6
/
+6
*
mod_storage_sql: Fixed the deserialization of string-typed values.
Waqas Hussain
2010-12-13
1
-1
/
+1
*
mod_storage_sql: Auto-initialize SQLite3 database.
Waqas Hussain
2010-12-12
1
-0
/
+13
*
mod_storage_sql: Default value for option sql = { driver = "SQLite3", databas...
Waqas Hussain
2010-12-12
1
-1
/
+1
*
mod_storage_sql: Fixed a typo.
Waqas Hussain
2010-12-12
1
-1
/
+1
*
mod_storage_sql: Initial commit of new SQL data driver.
Waqas Hussain
2010-12-12
1
-0
/
+226
[prev]