The SQL module with the default configuration checks only the SQL syntax. Two more checking facilities can be enabled
through the configuration system; one that checks the SQL query against the database schema ðSQLMOD_NS_AWAREÞ, and a
second that performs query check against a live database (SQLMOD_LIVE_TEST), by executing the queries with default
values.