You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "PetrovMikhail (JIRA)" <ji...@apache.org> on 2018/09/11 11:45:00 UTC

[jira] [Created] (IGNITE-9539) Add SQL column precision existence check if scale parameter is setted

PetrovMikhail created IGNITE-9539:
-------------------------------------

             Summary: Add SQL column precision existence check if scale parameter is setted
                 Key: IGNITE-9539
                 URL: https://issues.apache.org/jira/browse/IGNITE-9539
             Project: Ignite
          Issue Type: Bug
            Reporter: PetrovMikhail
            Assignee: PetrovMikhail


We should check situation when user sets only scale parameter without precision for column, while creating SQL table. According to [http://www.h2database.com/html/datatypes.html#decimal_type] it's not valid behavior.

Currently, we ignore it.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)