Search code examples
case-insensitiveaquafold

Aqua Data studio, compare results, column names case-sensitive


Any Aqua Data studio users out here know how to turn off case-sensitivity when comparing results?

e.g. in one Query, column 1 is called "test", in another one it's called "TEST", then Aqua datastudio does not identify these columns when comparing results. How can I turn this off?

I can ignore upper/ lower case in the result set, but not in the column names.

Renaming every column each time manually is a pain. Somebody knows?

enter image description here


Solution

  • For Results Compare, cant you change your SQL Query to the same case, using Upper or using ALIAS for the column name ? I used for e.g. UPPER("category") AS CATEGORY and this solved the problem you are having.

    enter image description here

    For Schema Compare do the below
    Under File->Options, Compare, enable option to Ignore Case
    When you perform a Schema Compare, Under Object Alignment, you can select to Ignore Case

    enter image description here

    enter image description here