Commit Graph

9 Commits (799a64f220c19a95ee35e31fb4ebdd5f82fc4c53)

Author SHA1 Message Date
Waqas Hussain 799a64f220 mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks. 15 years ago
Waqas Hussain 7390dbb331 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 114b761b59 mod_storage_sql: Fix a couple of bugs in "JSON" decoding 15 years ago
Matthew Wild d44b3d481a mod_storage_sql: Fix a couple of bugs in "JSON" decoding 15 years ago
Waqas Hussain 503997bd9d mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity. 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 2382291f22 mod_storage_sql: Fixed the deserialization of string-typed values. 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 d4a6582d20 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 50fc30731e 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 cdf7b5ac64 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
Waqas Hussain fe3c6d5654 mod_storage_sql: Initial commit of new SQL data driver. 15 years ago