Download Latest Version RelInstall-1.0.12.jar (6.5 MB)
Email in envelope

Get an email when there's a new version of Rel

Home / Rel / Rel version 1.0.6 Beta
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2011-02-26 1.1 kB
RelInstall-1.0.6.jar 2011-02-26 4.5 MB
Totals: 2 Items   4.5 MB 0
This version of Rel -- an implementation of Date & Darwen's "Tutorial D" database language -- is a minor release featuring two enhancements:

1. Previously, aggregate operator invocations like the following...

   SUM(sys.Catalog, CreationSequence)

   ...could only reference an attribute.  The following would not work:

   SUM(sys.Catalog, CreationSequence + 1)

   In this release, aggregate operator invocations may specify an expression.  
   Both of the above expressions will now work.

   This change is in accordance with the Tutorial D specification found in 
   Date & Darwen's "Database Explorations - Essays on the Third Manifesto 
   and Related Topics".

2. Short synonyms are now available for some common keywords.  RELATION may
   be specified as REL, TUPLE as TUP, INTEGER as INT, RATIONAL as RAT, and
   BOOLEAN as BOOL.  This is also in accordance with "Database Explorations ..."

   Note that DEE and DUM have always been available as synonyms for 
   TABLE_DEE and TABLE_DUM, respectively.

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

Source: README.txt, updated 2011-02-26