Rel version 1.0.2 Beta now available

This forum contains announcements about Rel.
Post Reply
Dave
Site Admin
Posts: 372
Joined: Sun Nov 27, 2005 7:19 pm

Rel version 1.0.2 Beta now available

Post by Dave »

This version of Rel is a maintenance release.

A bug has been fixed in the Rel DBMS. In some cases, the superset operator '>=' did not work correctly. E.g...

WITH (S WHERE CITY = 'London') AS S1,
(SP RENAME (P# AS P#1)) AS SP1:
(P WHERE
((SP1 WHERE P#1=P#) {S#}) >= (S1 {S#}))

...returned bogus results. This has been corrected.

For more information, or to download Rel, see http://dbappbuilder.sourceforge.net/Rel.html
Post Reply