Wrong result of select distinct with decfload column
----------------------------------------------------
Key: CORE-5974
URL: http://tracker.firebirdsql.org/browse/CORE-5974
Project: Firebird Core
Issue Type: Bug
Affects Versions: 4.0 Beta 1
Environment: Firebird-4.0.0.1340-0_x64
Windows 7
Reporter: Alex Bekhtin
with A(val) as (
select cast(15514 as decfloat(34)) from rdb$database union all
select cast(15514 as decfloat(34)) from rdb$database union all
select cast(15514 as decfloat(34)) from rdb$database
)
select distinct val from A
---
VAL
15514
15514
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel