michalwidera/retractordb

Incorrect computation of variables when SUM on stream

michalwidera opened this issue · 1 comments

Following example causes incorrect computation of fields:

DECLARE value1 INTEGER STREAM core0,1 FILE test/datafile2.dat
DECLARE value2 INTEGER STREAM core1,0.5 FILE test/datafile3.dat

SELECT 1 STREAM Out FROM core0 + core1

xececutor claims that there are no series called 1

Fixed by 0985171