[ https://issues.apache.org/jira/browse/IGNITE-23127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vyacheslav Koptilin updated IGNITE-23127: ----------------------------------------- Labels: ignite-3 (was: ) > Old documentation for storage engine usage > ------------------------------------------ > > Key: IGNITE-23127 > URL: https://issues.apache.org/jira/browse/IGNITE-23127 > Project: Ignite > Issue Type: Bug > Components: documentation > Reporter: Ivan Zlenko > Priority: Major > Labels: ignite-3 > > In some places of Ignite documentation of help we still have remnants of an > old syntax for setting a storage engine to a table. > For example in IgniteSqlCommand.java we have following help: > {code:java} > CREATE_TABLE("CREATE TABLE", > "CREATE TABLE [IF NOT EXISTS] tableName (tableColumn [, > tableColumn]...)\n" > + "[COLOCATE [BY] (columnName [, columnName]...)]\n" > + "[ENGINE engineName]\n" > + "[WITH paramName=paramValue > [,paramName=paramValue]...]\n" > + "tableColumn = columnName columnType [[NOT] NULL] > [DEFAULT defaultValue] [PRIMARY KEY]"), > {code} > We need to check our documentation and help and make it up to date with how > it should actually work. -- This message was sent by Atlassian Jira (v8.20.10#820010)