- This topic has 1 reply, 2 voices, and was last updated 4 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › Bug in query parser?
Hi, I think I have discovered a bug in the Suneido query parsing algorithm.
The following code in the Workspace:
a = 0
a = a – 1 + 1
of course it will generate 0 as output.
Now, if you go in a QueryView and do something like:
create testTable(field1) key(field1)
insert {field1:0} into testTable
testTable extend field2 = field1 – 1 + 1
The output of the query will not be 0, but -2 !!!
Very strange behaviour……[URL=”https://suneido.com/forums/forum/general/page/9/”%5D.%5B/URL%5D
This was fixed in 2011