Commit Graph

13 Commits (73752efbfdb1411bd6137cca65baeb35ed0eb08d)

Author SHA1 Message Date
Waqas Hussain c1d6450cec mod_storage_sql: Use util.json instead of util.serialization. 15 years ago
Waqas Hussain d2117a8141 mod_storage_sql: Log an error on query failure. 15 years ago
Waqas Hussain 7320deb664 mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store. 15 years ago
Waqas Hussain e96a87344c mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL... 15 years ago
Waqas Hussain 92c4204ee2 mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks. 15 years ago
Waqas Hussain ef3729312c mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations... 15 years ago
Matthew Wild d44b3d481a mod_storage_sql: Fix a couple of bugs in "JSON" decoding 15 years ago
Waqas Hussain 082cef0837 mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity. 15 years ago
Waqas Hussain d401695629 mod_storage_sql: Fixed the deserialization of string-typed values. 15 years ago
Waqas Hussain d6ce1c7e2a mod_storage_sql: Auto-initialize SQLite3 database. 15 years ago
Waqas Hussain a1a38f2f55 mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }. 15 years ago
Waqas Hussain ce0e9cdf60 mod_storage_sql: Fixed a typo. 15 years ago
Waqas Hussain fde7a07d28 mod_storage_sql: Initial commit of new SQL data driver. 15 years ago