Rajdi

Results 2 comments of Rajdi

![image](https://user-images.githubusercontent.com/11414599/47816027-520fd600-dd28-11e8-8192-0b828baa2d08.png) Actual sql was SELECT * FROM some_table_name WHERE column_name ='xyz' Observation : The method getDataFromDB is ignoring the query after '=' equal to relational operator. And it fails to...

Adding additional information to my above comment.Using ojdbc7 and qaf-2.1.13.jar fails to execute SQL with an equal to in where clause java.sql.SQLSyntaxErrorException: ORA-00920: invalid relational operator at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450) at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)...