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


1.6
date	92.03.09.20.51.59;	author mer;	state Exp;
branches;
next	1.5;

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

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

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

1.2
date	91.03.19.02.18.01;	author kemnitz;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@get rid of backslash 'g's
@
text
@/* and here's the "plus delta" */
retrieve (emp1_added.all)
\p
/* here's the "minus delta" */
retrieve (emp1_del.all)
\p
@


1.5
log
@Oops!  Jumbled around checkin rather massively!
@
text
@a3 1
\g
a6 1
\g
@


1.4
log
@demo shuffling
@
text
@d1 3
a3 5
/* 
 * then we add some instances to the version
 */

append emp1 (name = "jack", age = 40, salary = 20000, dept = "shoe")
d5 3
a7 1
append emp1 (name = "joe", age = 25, salary = 3000, dept = "shoe")
@


1.3
log
@reorganized demo scripts
@
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
@Added "\p"
@
text
@d1 2
a2 8
/* 
 * we can also use rule to handle view updates.
 * For example, to handle insertion to toyemp we can define the rule:
 */
define rule toyemp_app is
on append to toyemp do instead
append emp(name = new.name, age = new.age, location = new.location,
	dept = "toy", salary = new.annualsal/12)
d4 5
@


1.1
log
@Initial revision
@
text
@d9 1
@
