[Gravity] Modified the query method of MySQLQueryResult to return a shorter version of the query.

Review Request #433 — Created April 6, 2016 and discarded — Latest diff uploaded

rubendgr
Lunr
lunr

Changed MySQLQueryResult method query to return a query string consisting of crud operation (SELECT, INSERT,DELETE, etc) plus table name, replacing the full query. With a SELECT query it would return "SELECT FROM table [..]".



Loading...