log plugins/mod_storage_sql.lua @ 3975:aa5e93e61760

age author description
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.
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...
Sat, 18 Dec 2010 03:25:31 +0000 Matthew Wild mod_storage_sql: Fix a couple of bugs in "JSON" decoding