I use joins in manual sql queries; save the project and build and everything is fine.
Then I exit phprunner and restart it, open the project and try to edit the manual SQL query and get the error
"Column 'YYYY' in field list is ambiguous".
Basically PHPRunner removes all the table prefixes from the manually entered SQL and I have to add back all the prefixes.
This happens after every restart of PHPRunner.
PHPRunner 8.0 (Build 22849 x86)
P.S. when checking the PHPRunner xml project file there are major changes in many places; even if I only change 1 sql query.