1 (edited by apmuthu 07/29/2016 07:45:59 am)

Topic: Enhanced sql_trail reporting

The standard sql_trail reports the sql error message if any.

Using this commit in my GtHub repo, the following will appear prefixed to the message in the msg field.

  • For INSERT statements, the AUTO_INCREMENT field's last inserted id value prefixed with an I

  • For UPDATE / REPLACE statements, the number of affected rows prefixed with M

Wiki-ed.

@joe: want to include in the core or extend the table with another field for it in FA 2.4?