head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	91.03.19.19.30.58;	author sp;	state Exp;
branches;
next	1.5;

1.5
date	91.03.19.15.52.14;	author kemnitz;	state Exp;
branches;
next	1.4;

1.4
date	91.03.19.15.09.01;	author kemnitz;	state Exp;
branches;
next	1.3;

1.3
date	91.03.19.15.05.36;	author kemnitz;	state Exp;
branches;
next	1.2;

1.2
date	91.03.19.12.19.10;	author sp;	state Exp;
branches;
next	1.1;

1.1
date	91.03.19.00.25.12;	author kemnitz;	state Exp;
branches;
next	;


desc
@@


1.6
log
@residents_2 changed to residents
@
text
@/*
 * nested dot continues to work
 */

retrieve (city.residents.name)
where city.name = "berkeley"
\p
@


1.5
log
@demo shuffling
@
text
@d5 1
a5 1
retrieve (city.residents_2.name)
@


1.4
log
@reorganized demo scripts
@
text
@d1 2
a2 2
/* 
 * then we add some instances to the version
d5 3
a7 4
append emp1 (name = "jack", age = 40, salary = 20000, dept = "shoe")
\g
append emp1 (name = "joe", age = 25, salary = 3000, dept = "shoe")
\g
@


1.3
log
@added "del".
@
text
@d1 5
a5 3
/* and here's the "plus delta" */
retrieve (emp1_added.all)
\p
d7 1
a7 3
/* here's the "minus delta" */
retrieve (emp1_del.all)
\p
@


1.2
log
@the 'plus' relation for 'emp1' is 'emp1_added'
@
text
@d3 5
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
retrieve (xxx_whatever_this_is.all)
@
