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

Firebird 4: Support for increased precision of NUMERIC and DECIMAL (INT128) [JDBC595] #626

Closed
firebird-automations opened this issue Sep 21, 2019 · 7 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Jira_subtask_inward JDBC466
Replaces JDBC516
Relate to JDBC596

The implementation of extended precision numerics was changed from being backed by a Decimal128 (the 'DEC_FIXED' implementation), to an Int128 implementation. This change is accompanied by an increase of maximum precision from 34 to 38.

This change was introduced in build 4.0.0.1604.

Commits: a458d56

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Version: Jaybird 4.0.0-beta-1 [ 10901 ]

Fix Version: Jaybird 4.0.0-beta-2 [ 10902 ]

Fix Version: Jaybird 4 [ 10441 ]

Component: JDBC driver [ 10053 ]

Component: JNI/JNA layer [ 10051 ]

Component: Wire protocol [ 10050 ]

description: The implementation of extended precision numerics was changed from being backed by a Decimal128 (the 'DEC_FIXED' implementation), to an Int128 implementation. This change is accompanied by an increase of maximum precision from 34 to 38.

This change was introduced in build 4.0.0.1614.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue replaces JDBC516 [ JDBC516 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

description: The implementation of extended precision numerics was changed from being backed by a Decimal128 (the 'DEC_FIXED' implementation), to an Int128 implementation. This change is accompanied by an increase of maximum precision from 34 to 38.

This change was introduced in build 4.0.0.1614.

=>

The implementation of extended precision numerics was changed from being backed by a Decimal128 (the 'DEC_FIXED' implementation), to an Int128 implementation. This change is accompanied by an increase of maximum precision from 34 to 38.

This change was introduced in build 4.0.0.1604.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Link: This issue relate to JDBC596 [ JDBC596 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Implemented

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

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

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