Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL... file | diff | annotate
Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks. file | diff | annotate
Mon, 27 Dec 2010 06:10:35 +0500 Waqas Hussain 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... file | diff | annotate
Sat, 18 Dec 2010 03:25:31 +0000 Matthew Wild mod_storage_sql: Fix a couple of bugs in "JSON" decoding file | diff | annotate
Mon, 13 Dec 2010 19:28:57 +0500 Waqas Hussain mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity. file | diff | annotate
Mon, 13 Dec 2010 19:27:14 +0500 Waqas Hussain mod_storage_sql: Fixed the deserialization of string-typed values. file | diff | annotate
Sun, 12 Dec 2010 05:39:24 +0500 Waqas Hussain mod_storage_sql: Auto-initialize SQLite3 database. file | diff | annotate
Sun, 12 Dec 2010 05:38:48 +0500 Waqas Hussain mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }. file | diff | annotate
Sun, 12 Dec 2010 05:38:08 +0500 Waqas Hussain mod_storage_sql: Fixed a typo. file | diff | annotate
Sun, 12 Dec 2010 05:18:36 +0500 Waqas Hussain mod_storage_sql: Initial commit of new SQL data driver. file | diff | annotate
(0) tip

mercurial