Rel version 1.0.7 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.7 Beta now available

Post by Dave »

This version of Rel -- an implementation of Date & Darwen's "Tutorial D" database language -- is a minor release featuring the following fixes and enhancements:

1. Enhancement: New built-in operator GET_UNIQUE_NUMBER returns an integer guaranteed to be unique in a given database.

2. Fix: Given TYPE POSINT IS {INTEGER CONSTRAINT INTEGER > 0}, MAX(RELATION {TUPLE {X 1}, TUPLE {X 2}}, X) failed due to a missing
target. Fixed.

3. Fix: A longer default transaction timeout has been set, to reduce the likelihood of spurious timeouts in multithreaded client applications.

4. Fix: A number of bugs that prevented PRIVATE RELATION from working correctly have been fixed.

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