Limit NUMERIC DIGITS #60
adesutherland
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'd say something like: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am considering if we should limit NUMERIC DIGITS to 15 - because this is the maximum that BREXX/370 can handle (and even then there will be some bugs to fix to ensure that int32's are promoted to doubles (or that we get rid of int32s all together).
What do you guys think - and what should be an appropriate error message for a NUMERIC DIGITS x where x>15?
Adrian
Beta Was this translation helpful? Give feedback.
All reactions