This is an automated email from the ASF dual-hosted git repository.
jooger pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from b8e9c98465 IGNITE-21330 Sql. Support index scan for OR operator with
dynamic parameters (#3407)
add 37a80743d0 IGNITE-21673 Do not allow duplicate column names in unique
column list of a primary key constraint. (#3501)
No new revisions were added by this update.
Summary of changes:
.../catalog/commands/CreateTableCommand.java | 22 ++++--
.../internal/catalog/commands/TablePrimaryKey.java | 27 +++++--
.../catalog/commands/TableSortedPrimaryKey.java | 7 +-
.../commands/CreateTableCommandValidationTest.java | 82 ++++++++++++++++++++++
.../catalog/commands/TablePrimaryKeyTest.java | 22 +++---
.../ignite/internal/sql/api/ItSqlApiBaseTest.java | 40 +++++------
.../internal/sql/engine/ItCreateTableDdlTest.java | 17 +++--
.../prepare/ddl/DdlSqlToCommandConverter.java | 58 ++++-----------
.../engine/schema/SqlSchemaManagerImplTest.java | 9 ++-
9 files changed, 181 insertions(+), 103 deletions(-)