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)

Reply via email to