Skip to content

Commit

Permalink
Added/Updated C:\FBTESTING\qa\fbt-repo\tests\bugs\core_2957.fbt: chan…
Browse files Browse the repository at this point in the history
…ged types in SQLDA from numeric to int128 // after discuss with Alex about CORE-6342.
  • Loading branch information
pavel-zotov committed Jun 25, 2020
1 parent 5e5c7d8 commit 0cf16b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/bugs/core_2957.fbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
** sum(<bigint>) - its type is "32752 numeric(38)";
** added new column: sum(<decfloat>) - it will have type "32762 decfloat(34)".
Checked on: 4.0.0.1635 SS: 1.236s; 3.0.5.33182 SS: 1.001s.
25.06.2020, 4.0.0.2076: changed types in SQLDA from numeric to int128 // after discuss with Alex about CORE-6342.
""",
'min_versions': '3.0',
'versions': [
Expand Down Expand Up @@ -106,13 +107,13 @@
'expected_stdout':
"""
01: sqltype: 580 INT64 scale: 0 subtype: 0 len: 8
02: sqltype: 32752 NUMERIC(38) Nullable scale: 0 subtype: 0 len: 16
02: sqltype: 32752 INT128 Nullable scale: 0 subtype: 0 len: 16
03: sqltype: 580 INT64 Nullable scale: 0 subtype: 0 len: 8
04: sqltype: 580 INT64 Nullable scale: 0 subtype: 0 len: 8
05: sqltype: 32762 DECFLOAT(34) Nullable scale: 0 subtype: 0 len: 16
06: sqltype: 32762 DECFLOAT(34) Nullable scale: 0 subtype: 0 len: 16
01: sqltype: 580 INT64 scale: 0 subtype: 0 len: 8
02: sqltype: 32752 NUMERIC(38) Nullable scale: 0 subtype: 0 len: 16
02: sqltype: 32752 INT128 Nullable scale: 0 subtype: 0 len: 16
03: sqltype: 580 INT64 Nullable scale: 0 subtype: 0 len: 8
04: sqltype: 580 INT64 Nullable scale: 0 subtype: 0 len: 8
05: sqltype: 32762 DECFLOAT(34) Nullable scale: 0 subtype: 0 len: 16
Expand Down

0 comments on commit 0cf16b9

Please sign in to comment.