You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2023/03/06 13:09:00 UTC

[jira] [Updated] (IGNITE-18798) Sql. Custom types. UUID literal.

     [ https://issues.apache.org/jira/browse/IGNITE-18798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yury Gerzhedovich updated IGNITE-18798:
---------------------------------------
    Epic Link: IGNITE-18971

> Sql. Custom types. UUID literal.
> --------------------------------
>
>                 Key: IGNITE-18798
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18798
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 3.0.0-beta2
>            Reporter: Maksim Zhuravkov
>            Priority: Major
>              Labels: calcite2-required, calcite3-required, ignite-3
>
> At the moment in order to specify an UUID user must use a cast operator (string -> uuid) or rely on implicit casts (which only work in some contexts). Implement UUID literal in parser to allow to define an UUID literal.
> {code:java}
> SELECT UUID 'fd10556e-fc27-4a99-b5e4-89b8344cb3ce';
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)