[
https://issues.apache.org/jira/browse/IGNITE-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604454#comment-16604454
]
ASF GitHub Bot commented on IGNITE-8331:
----------------------------------------
GitHub user ololo3000 opened a pull request:
https://github.com/apache/ignite/pull/4689
IGNITE-8331 Add Decimal precision and scale constraint
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ololo3000/ignite IGNITE-8331
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4689.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4689
----
commit 960a63b571ab1d56b711e419c5960f2be4755db8
Author: ololo3000 <pmgheap.sbt@...>
Date: 2018-09-05T12:29:18Z
IGNITE-8331 Add Decimal precision and scale constraint
----
> SQL: Add Decimal precision and scale constraint
> -----------------------------------------------
>
> Key: IGNITE-8331
> URL: https://issues.apache.org/jira/browse/IGNITE-8331
> Project: Ignite
> Issue Type: Bug
> Reporter: Nikolay Izhikov
> Assignee: PetrovMikhail
> Priority: Major
> Labels: sql-engine
>
> We should support DECIMAL(X, Y) syntax.
> Currently, we ignore it.
> It affects semantics.
> E.g., one can insert a DECIMAL with greater precision into a cache/table
> without any problems.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)