You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
need a custom attribute for collation to create collaction that sort numbers in strings as numbers, not caracters example :
be abble to create a collation that could give the folowing order (ISO8859_1 or UTF8):
(C1 is CHAR(10))
Result were checked on LI-T3.0.0.31827 (64x) and WI-T3.0.0.31836 (32x).
FB 2.5 (at least build 2.5.5.26870 what has been checked) produces WRONG
output for such rows when using collation CI_AI -- see comments inside .fbt
The text was updated successfully, but these errors were encountered:
Test Details: Result were checked on LI-T3.0.0.31827 (64x) and WI-T3.0.0.31836 (32x).
FB 2.5 (at least build 2.5.5.26870 what has been checked) produces WRONG
output for such rows when using collation CI_AI -- see comments inside .fbt
Submitted by: @pmakowski
Votes: 1
need a custom attribute for collation to create collaction that sort numbers in strings as numbers, not caracters example :
be abble to create a collation that could give the folowing order (ISO8859_1 or UTF8):
(C1 is CHAR(10))
select C1 FROM T1 ORDER BY C1 COLLATE FR_XX ;
C1
1
2
10
20
a1
a2
a10
a20
Commits: cd49fc3
====== Test Details ======
Result were checked on LI-T3.0.0.31827 (64x) and WI-T3.0.0.31836 (32x).
FB 2.5 (at least build 2.5.5.26870 what has been checked) produces WRONG
output for such rows when using collation CI_AI -- see comments inside .fbt
The text was updated successfully, but these errors were encountered: