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)