I'm using Symfony2 and I get an error:
[Syntax Error] line 0, col 70: Error: Expected =, <, <=, <>, >, >=, !=, got 'AND'
when I click on the button in the toolbar to see the queries it says that they are 4, but I see only 3 of them and there is nothing containing 'AND'. My question is where I can find this line 0, col 70 and how can I see the wrong query in order to be able to fix it?