Search found 1 match

by AndrewWarden
Tue Oct 11, 2011 3:13 pm
Forum: Report a Bug
Topic: MAX and MIN don't work when subtype of INTEGER defined
Replies: 2
Views: 8075

MAX and MIN don't work when subtype of INTEGER defined

Using version 1.06 beta I got the following result on a brand new database (note how MAX works correctly before the type definition, fails after it): max(rel{tup{x 1},tup{x 2}},x) 2 TYPE POSINT IS { INTEGER CONSTRAINT INTEGER > 0 }; Ok. max(rel{tup{x 1},tup{x 2}},x) ERROR: No run-time invocation tar...