ReadyAPI 1.9.0 JDBC Request converted all received SQL column names to the upper case
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2016
12:53 PM
12-01-2016
12:53 PM
ReadyAPI 1.9.0 JDBC Request converted all received SQL column names to the upper case
I have recently upgraded from 1.8.5 to 1.9.0 and see this issue - now i have to rebuild all my assertions -
Please let me know is there any global setting which can control this behaviour?
Product - Ready API 1.9.0 - SOAPUI NG
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2016
09:10 PM
12-01-2016
09:10 PM
Not sure of the issue details. May be you can check the custom events(choose the right one suitable for your need) where you can have the script which can transform to the desired format in one location. That at least reduces the efforts, avoiding rebuild all places.
Regards,
Rao.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2016
11:15 PM
12-06-2016
11:15 PM
In the current version there is an option for each JDBC request to Convert Column Names To Uppercase, but I can't see any global setting. All new and existing requests default to true.
You could change all requests in your project by opening the XML in a text editor to replace all occurrences of
convertColumnNamesToUpperCase="true"
with
convertColumnNamesToUpperCase="false"
