If so that is monumentally idiotic. Their parser knows where in the query in terms of lines (and thus must have some concept of the character it is on) but doesn't just *give you the frikkin character ...
I was able to reproduce the error, and stripped away a few extra steps of the post you shared that are not strictly required to reproduce, but only if one wants to setup a full dev environment.
Note: I am running in MySQL 8 which is not officially supported, changes were made to /installer/config/sytem_requirements.php to pass validation. Problem: When ...
Community driven content discussing all aspects of software development from DevOps to design patterns. There’s nothing worse for a developer than an SQLException in Hibernate and JPA. And there’s ...
$result_mode can be one of the following : a. MYSQLI_STORE_RESULT : This mode is used as default. b. MYSQLI_USE_RESULT : This mode is used for retrieving large amount ...