mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string...
authorWaqas Hussain <waqas20@gmail.com>
Mon, 27 Dec 2010 01:10:35 +0000 (06:10 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Mon, 27 Dec 2010 01:10:35 +0000 (06:10 +0500)
commit6a3d3b57ebe05e91efc6539482f756c3d8632a8f
treea434d66c066ff9bd1458dd6d9f39a98ba2ad6f01
parent1769ad164ad1b7f107c5230849c568f12ab5ba45
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...
plugins/mod_storage_sql.lua