superminkfan commented on code in PR #12423: URL: https://github.com/apache/ignite/pull/12423#discussion_r2450392880
########## docs/_docs/SQL/schemas.adoc: ########## @@ -92,3 +92,44 @@ If you do not use this parameter, the cache name is defined in the following for .... SQL_<SCHEMA_NAME>_<TABLE_NAME> .... + + +== Validating Data Against the Schema + +Ignite can verify that values inserted into a table match the column types and constraints declared in its SQL schema. Validation is disabled by default; enable the server-side check on every node before startup: Review Comment: made changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
