Numeric restrictions (datatype declarations) are not checked by engine
----------------------------------------------------------------------

                 Key: CORE-5894
                 URL: http://tracker.firebirdsql.org/browse/CORE-5894
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.4
         Environment: WI-V3.0.4.32954 Firebird 3.0
            Reporter: Karol Bieniaszewski


CREATE TABLE TEST
(
F_NUMERIC_2_1 NUMERIC(2,1)
, F_NUMERIC_10_2 NUMERIC(10, 2)
);

commit;

INSERT INTO TEST2 (F_NUMERIC_2_1, F_NUMERIC_10_2) VALUES (1234.5, 
123456789012.12);
commit; <- no error here

select * from TEST2
1234.5  123456789012.12


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to