Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numeric restrictions (datatype declarations) are not checked by engine [CORE5894] #6152

Open
firebird-automations opened this issue Aug 16, 2018 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @livius2

Duplicates CORE2782

Votes: 1

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue duplicates CORE2782 [ CORE2782 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Duplicates CORE2782, I guess.

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

Yes, sorry for duplicate
somehow i ommit it when searching

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant