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 12:05:20 UTC

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

Igor Sapego created IGNITE-3804:
-----------------------------------

             Summary: ODBC: Add support for SQL92 CONVERT function.
                 Key: IGNITE-3804
                 URL: https://issues.apache.org/jira/browse/IGNITE-3804
             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 {{CONVERT}} function - {{CONVERT(expr USING transcoding_name)}}. The {{CONVERT}} function alters the representation of a character string within its character set and collation. For example, {{CONVERT}} might be used to alter the number of bits per character.

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



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