Ticket Details

Database query errors should throw exceptions

ENHANCEMENT Ticket (closed)

If an SQL query generates an error (error in the query itself), or a database attempts to read a from non-existent table or collection, an exception should be thrown.
on 12.08.09 reported by: nate owned by: nate

Updates

on 08.26.10 by ddebernardy
This is the case in the PgSQL adapter. Doing the same for SQLite and MySQL would amount to using a PDO driver for those as well. I dunno if it's on the radar, though.
(fixed) on 09.22.10 by nate
  • owner was changed to nate
  • status was changed to closed
  • resolution was changed to fixed
Implemented in MySQL and SQLite.