aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_sql.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_storage_sql: Fix a couple of bugs in "JSON" decodingMatthew Wild2010-12-181-2/+2
|
* mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL ↵Waqas Hussain2010-12-131-6/+6
| | | | insanity.
* mod_storage_sql: Fixed the deserialization of string-typed values.Waqas Hussain2010-12-131-1/+1
|
* mod_storage_sql: Auto-initialize SQLite3 database.Waqas Hussain2010-12-121-0/+13
|
* mod_storage_sql: Default value for option sql = { driver = "SQLite3", ↵Waqas Hussain2010-12-121-1/+1
| | | | database = "prosody.sqlite" }.
* mod_storage_sql: Fixed a typo.Waqas Hussain2010-12-121-1/+1
|
* mod_storage_sql: Initial commit of new SQL data driver.Waqas Hussain2010-12-121-0/+226