Changes between Initial Version and Version 1 of Ticket #41546, comment 3
- Timestamp:
- 08/04/2017 02:58:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41546, comment 3
initial v1 1 1 A quick suggestion, might be useful! 2 2 3 What actual SQL query you get when you extract it using `$query->request;` and print it on screen? Does this outputs the query exactly as you want to be?3 What actual SQL query you get when you extract it using `$query->request;` and print it on screen? Does this outputs the query exactly as you want? 4 4 5 If yes, what you get when you run this query directly on your SQL query browser? Does this output s the values in right order?5 If yes, what you get when you run this query directly on your SQL query browser? Does this output the values in correct order?