You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2016/08/30 13:49:20 UTC

[jira] [Created] (IGNITE-3805) ODBC: Add support for SQL92 TRANSLATE function.

Igor Sapego created IGNITE-3805:
-----------------------------------

             Summary: ODBC: Add support for SQL92 TRANSLATE function.
                 Key: IGNITE-3805
                 URL: https://issues.apache.org/jira/browse/IGNITE-3805
             Project: Ignite
          Issue Type: Task
          Components: odbc
    Affects Versions: 1.7
            Reporter: Igor Sapego
            Priority: Minor
             Fix For: 1.8


H2 does not currently provides support for the SQL92 {{TRANSLATE}} function - {{TRANSLATE(expr USING transcoding_name)}}. {{TRANSLATE}} alters the character set of a string value from one base character set to another. For example, {{TRANSLATE}} might be used to translate a value from the English character set to a Kanji (Japanese) or Cyrillic (Russian) character set. 

Corresponding ODBC flag is {{SQL_SSF_TRANSLATE}} in {{SQL_SQL92_STRING_FUNCTIONS}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)