[ https://issues.apache.org/jira/browse/IGNITE-24023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Iurii Gerzhedovich updated IGNITE-24023: ---------------------------------------- Epic Link: IGNITE-24404 (was: IGNITE-23577) > Sql. Extend SQL parser grammar with extended CREATE SCHEMA syntax > ----------------------------------------------------------------- > > Key: IGNITE-24023 > URL: https://issues.apache.org/jira/browse/IGNITE-24023 > Project: Ignite > Issue Type: Improvement > Components: sql > Reporter: Andrey Mashenkov > Priority: Minor > Labels: ignite-3 > Fix For: 3.1 > > > Following SQL standard, let's extend SQL parser grammar with supporting > commands for creating schema elements together with the schema: such as > tables and indexes. > Command syntax: > {code:sql} > CREATE SCHEMA [IF NOT EXISTS] <schema_name> [<schema_element> .... ]; > -- Schema element as DDL definition of any of supported objects > <schema_element> ::= <table_definition> | <index_definition> > {code} > > -- This message was sent by Atlassian Jira (v8.20.10#820010)