Description
This is an umbrella ticket intended to aggregate all the activities related to NOT NULL constraint support for CREATE TABLE commands.
CREATE TABLE legs(legid INT NOT NULL);
Ignite must prevent setting legid to null value.
The feature has to be supported for:
- ODBC and JDBC drivers.
- Native APIs (Java, .NET, C++)
Attachments
Issue Links
- is related to
-
IGNITE-6387 SQL: NOT NULL fields validation with read-through cache store
-
- Closed
-
- is required by
-
IGNITE-6350 SQL: Forbid NOT NULL constraints usage for a cache with configured read-through cache store
-
- Resolved
-
-
IGNITE-6349 SQL: Forbid NOT NULL constraints usage for a cache with configured interceptor
-
- Closed
-
-
IGNITE-6351 SQL: Forbid NOT NULL constraints usage for a cache with configured conflict resolver
-
- Open
-
- links to