You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Kalashnikov (JIRA)" <ji...@apache.org> on 2017/09/21 15:35:01 UTC

[jira] [Created] (IGNITE-6469) SQL: NOT NULL fields validation for values provided by cache interceptor

Sergey Kalashnikov created IGNITE-6469:
------------------------------------------

             Summary: SQL: NOT NULL fields validation for values provided by cache interceptor
                 Key: IGNITE-6469
                 URL: https://issues.apache.org/jira/browse/IGNITE-6469
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Sergey Kalashnikov
            Assignee: Sergey Kalashnikov


In case {{CacheInterceptor}} is configured, the method {{CacheInterceptor.onBeforePut}} may produce the value that violates the NOT NULL constraint configured by the cache's QueryEntity.

The value returned by {{onBeforePut}} must also be validated with regards to configured NOT NULL constraints.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)