You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Zhuravkov (Jira)" <ji...@apache.org> on 2023/02/14 11:11:00 UTC

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

Maksim Zhuravkov created IGNITE-18798:
-----------------------------------------

             Summary: 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


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)