Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-5313

Oracle translator issue with mixing string types and general issues with non-ascii strings

XMLWordPrintable

      Oracle produces an exception when internationalized and regular character strings are mixed via a union or case statement, for example:

      case when val = 'x' then 'x' else N'y' end

      The translator only puts the N literal prefix when a non-ascii character is present though.

            rhn-engineering-shawkins Steven Hawkins
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: