Embedded server 2.5.1 - query result set is different from full 2.5.1 server
----------------------------------------------------------------------------

                 Key: CORE-3815
                 URL: http://tracker.firebirdsql.org/browse/CORE-3815
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.1
         Environment: Win32, FB 2.5.1 embedded
            Reporter: Dejan Schild
            Priority: Critical


I attached Test db with one table and some data.

Following statement return 4 rows when executed on full server, as it is 
expected, but return nothing on embedded server.
select s.* from IZFAK_ROBA s
where (s.k_pdv=0.18);

This one return 4 rows even on embedded:
select s.* from IZFAK_ROBA s
where (s.k_pdv-0.18)=0;

Field k_pdv is double precision.

-- 
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

        

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to