Description: |
|
---|
[Gravity] Modified the query method of MySQLQueryResult to return a shorter version of the query.
Review Request #433 — Created April 6, 2016 and discarded
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 [..]".
Description: |
|
---|
Description: |
|
---|
Description: |
|
---|
Description: |
|
---|
Change Summary:
When making the shorter messages, mutli-table deletes are taken into consideration.
Diff: |
Revision 2 (+37 -1) |
---|
Change Summary:
Now the query method is able to deal with complex queries. It takes all possible correct queries into consideration to construct the short query.
Diff: |
Revision 3 (+138 -2) |
---|