Anatoli Karman created IGNITE-21624:
---------------------------------------
Summary: No exception thrown when scale precision is larger than
total number of digits
Key: IGNITE-21624
URL: https://issues.apache.org/jira/browse/IGNITE-21624
Project: Ignite
Issue Type: Bug
Reporter: Anatoli Karman
h2.
An exception is expected to be thrown, when we execute a query that declares a
table with scale precision larger than total number of digits.
*Steps to reproduce:*
# Execute a query:
{{create table test_e011_DEC (key_field INT PRIMARY KEY, field1 DEC(5,6));}}
*Expected result:*
A relevant exception is thrown.
*Actual result:*
No exception is thrown.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)