在 codeIgniter 我看到如果查询有错误 codeignter 只显示数据库错误。但是codeigniter没有说哪个文件的行错误。这是一个例子
A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
//some thing goes here
Filename: C:\xampp\htdocs\bata_shop\system\database\DB_driver.php
Line Number: 330
有时很难找到哪个查询是错误的。如何在 codeigniter 中获取特定的数据库错误位置?