
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
10 minutes
|
|
|
Remaining Estimate:
|
10 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Fix Version Priority: |
Nice to Have
|
Zend_Db_Profiler::queryStart() takes the first 6 characters in the query string to determine which kind of query it is. This is unsafe because a query might for example start with a parenthesis.
Possible solution: check position of the words INSERT, DELETE, SELECT, and UPDATE. Whichever comes first decides what kind of query it is.
|
|
Description
|
Zend_Db_Profiler::queryStart() takes the first 6 characters in the query string to determine which kind of query it is. This is unsafe because a query might for example start with a parenthesis.
Possible solution: check position of the words INSERT, DELETE, SELECT, and UPDATE. Whichever comes first decides what kind of query it is. |
Show » |
Sort Order:
|
Please categorize/fix as needed.