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/10/09 05:51:00 UTC

[jira] [Updated] (IGNITE-20593) Sql. Attempting to specify default value for UUID column results in "Unknown type [type=UUID]"

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

Maksim Zhuravkov updated IGNITE-20593:
--------------------------------------
    Summary: Sql. Attempting to specify default value for UUID column results in "Unknown type [type=UUID]"  (was: Sql. Attempting to specify default value for UUID column results in Unknown data type UUID)

> Sql. Attempting to specify default value for UUID column results in "Unknown type [type=UUID]"
> ----------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-20593
>                 URL: https://issues.apache.org/jira/browse/IGNITE-20593
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Maksim Zhuravkov
>            Priority: Minor
>              Labels: ignite-3
>
> At the moment it is not possible to specify a value for default column of UUID data type. The following error is returned - Unknown type [type=UUID].
> We can fix this error by allowing to set a varchar value in default constraint from UUID data type (because a varchar can be implicitly converted to UUID).  



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