JDBC response changes everything to upper case with 1.9.0
I have many, many tests that get data from JDBC test steps to use as parameters in other test steps or for assertions. Prior to release 1.9.0 these JDBC results returned column names in the same case as they are in the database. Now with 1.9.0 they are converted to all upper case. All of my tests - months of development work - are broken and have to be reworked for this change. PLEASE tell me there is a way to make JDBC test steps return data as it is found in the database, or make GetData references so they are not case sensitive.
- NOT happy.
Okay - I looked more closely at what your script is doing and realized there is now a checkbox in the JDBC test step for converting responses to upper case. I hadn't noticed that was there. I can go through each test and uncheck that box. I appreciate your trying to automate that for me.
Thanks,