ObjectDB ObjectDB

New issues with queries using build 2.7.8

#1

Hello,

we found another query bug:

SELECT a FROM ArtifactImpl a LEFT OUTER JOIN a.tcSignal s  WHERE a.startStep.stepNumber <= 2 AND a.endStep.stepNumber >= 0  AND (s.name IN ('In1') OR a.tcSignal IS NULL)

With 2.7.6_b6 we get the expected three result objects.

But with 2.8.0 we get only two result objects, the ArtifactImpl is missed whose attribute tcSignal is Null.

edit
delete
#2

Thank you for this report. Build 2.8.0_01 includes a fix.

ObjectDB Support
edit
delete
#3

There is an issue with build 2.8.0_01 (although it does solve this reported bug). A new build will be released soon.

ObjectDB Support
edit
delete
#4

Please check if build 2.8.0_02 solves the issue. Thanks.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.