vikititor
3 years agoContributor
JDBC responses including the table names - remove them
I have a big project to test my app using MySQL.. now there in JDBC the table names with dot and column name in the response..
OK.. accepted.. whole project build based on this "unclear" behavior.
NOW
I must test the app using the ORACLE DB.. There JDBC step behives as usual. normally.. without the table names before the column name.
Queston: I will fix the project in ReadyAPI - remove all the table names form all the assertions..
But I affraid, I can not return it normally when return testing back using MySQL.
How to make MySQL working normaly? Like without the table names? Any idea?
Using ReadyAPI 3.20
com.mysql.cj.jdbc.Driver
Simple question: how to remove the table names from response when used the MySQL ??