[
https://issues.apache.org/jira/browse/IGNITE-19103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-19103:
--------------------------------------
Description:
Change implicit primary key column's type to UUID. Replace calls to
gen_random_uuid with calls to rand_uuid,`gen_random_uuid` function should be
removed.
As a part of this ticket update SQL grammar to make it possible to specify
function calls (without arguments) in for DEFAULT column values. Because at the
moment it looks like some functions that have no arguments can be called with
omitted parentheses and that is not the case.
was:
Change implicit primary key column's type to UUID.
As a part of this ticket update SQL grammar to make it possible to specify
function calls (without arguments) in for DEFAULT column values. Because at the
moment it looks like some functions that have no arguments can be called with
omitted parentheses and that is not the case.
> Sql. Change implicit primary key column's type to UUID.
> -------------------------------------------------------
>
> Key: IGNITE-19103
> URL: https://issues.apache.org/jira/browse/IGNITE-19103
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Affects Versions: 3.0.0-beta2
> Reporter: Maksim Zhuravkov
> Priority: Minor
> Labels: calcite3-required, ignite-3
>
> Change implicit primary key column's type to UUID. Replace calls to
> gen_random_uuid with calls to rand_uuid,`gen_random_uuid` function should be
> removed.
> As a part of this ticket update SQL grammar to make it possible to specify
> function calls (without arguments) in for DEFAULT column values. Because at
> the moment it looks like some functions that have no arguments can be called
> with omitted parentheses and that is not the case.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)