Changes between Initial Version and Version 1 of Ticket #5874, comment 20
- Timestamp:
- 09/16/2014 07:52:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5874, comment 20
initial v1 3 3 What do you mean by translation? 4 4 5 I can confirm that using LIKE, "=" or no compare operator reproduces the same bug which makes sense considering it's the joining of tables via the comma syntax that is causing the problem and not the CASTing of datatypes. I'll try with numeric data as well to see if it persists.5 I can confirm that using LIKE, "=" or no compare operator reproduces the same bug which makes sense considering it's the joining of tables via the comma syntax that is causing the problem. 6 6 7 7 it's not going to be possible to change the comma syntax at the moment