[
https://issues.apache.org/jira/browse/IGNITE-24023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-24023:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> 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.2
>
>
> 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)