As there is no error checking after mysql queries in any code of a development tutorial here in XenForo I just want to ask: Is it not necessary to check sql errors by yourself (and throw an exception in case there is one) because XenForo already does this all?
Or would it be not a bad idea to add an error check after an sql query (e.g. in the installer class) and check manually whether the query was successful?
Or would it be not a bad idea to add an error check after an sql query (e.g. in the installer class) and check manually whether the query was successful?