Failed Queries During Install Don't Generate an Error

yehster wrote on Tuesday, December 03, 2013:

When the installer class runs the queries to setup the database, if any of the queries fails, it doesn’t report an error and simply continues silently.

The return value from execute_sql is not checked

This masks any potential syntax bugs in the database.sql file.