BUG: Query Builder, modify a filter value then execute doesn't return data based on new filter value
Posted: Mon 12 Jun 2017 17:40
To Replicate (dbForge Studio 5.4.275):
1. Query Builder
2. Select a database, select a table, select * (all columns in table)
3. Check any column in the table, apply a filter (i.e. = "MyValue")
4. Uncheck the column from step 3 (so it's not displayed keeping in my * all columns will be displayed)
5. Execute the query
6. Review data results
7. Go back to Query Builder (visual designer)
8. Change the value only (from step 3 above i.e. to "MyOtherValue")
9. Execute the query
10. BUG: review the data results and they are exactly the same (changes in step 8 are ignored)
Note: make sure in your test case that values from step 3 and 8 exist in whatever Database you use
Cheers, Rob.
1. Query Builder
2. Select a database, select a table, select * (all columns in table)
3. Check any column in the table, apply a filter (i.e. = "MyValue")
4. Uncheck the column from step 3 (so it's not displayed keeping in my * all columns will be displayed)
5. Execute the query
6. Review data results
7. Go back to Query Builder (visual designer)
8. Change the value only (from step 3 above i.e. to "MyOtherValue")
9. Execute the query
10. BUG: review the data results and they are exactly the same (changes in step 8 are ignored)
Note: make sure in your test case that values from step 3 and 8 exist in whatever Database you use
Cheers, Rob.