[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
Information | |
---|---|
rubendgr | |
Lunr | |
Reviewers | |
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 [..]".
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
src/Lunr/Gravity/Database/MySQL/MySQLQueryResult.php |
---|