Forum Discussion

BalajiBelur's avatar
BalajiBelur
Occasional Visitor
8 years ago

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

  • nmrao's avatar
    nmrao
    Champion Level 3
    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.
  • PaulMS's avatar
    PaulMS
    Super Contributor

    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"