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

Disallow precision 0 on FLOAT [CORE5733] #5997

Closed
firebird-automations opened this issue Feb 1, 2018 · 4 comments
Closed

Disallow precision 0 on FLOAT [CORE5733] #5997

firebird-automations opened this issue Feb 1, 2018 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @mrotteveel

Is replaced by CORE6109

Currently it is possible to create a column with type float(0). However, allowing this precision 1) makes no sense, and 2) is disallowed by the SQL standard (6.1 <data type>):

"""
21) The value of a <precision> shall be greater than 0 (zero). If <data type> contains <decimal floating-point type>, then the possible values of <precision> are implementation-defined.
"""

@firebird-automations
Copy link
Collaborator Author

Modified by: @mrotteveel

Link: This issue is replaced by CORE6109 [ CORE6109 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @mrotteveel

This was addressed by the changes of CORE6109

@firebird-automations
Copy link
Collaborator Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

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