Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-02-19 22:10:57 -06:00
commit 2e97263e2b
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,7 @@ hi "HELLO" {
1 <foo> insert-tuple
f <foo> select-tuple
1 1 <hi> insert-tuple
f <hi> select-tuple
f f <hi> select-tuple
hi drop-table
foo drop-table
] with-db
@ -160,6 +160,7 @@ watch "WATCH" {
show new insert-tuple
show new select-tuple
"littledan" f user boa select-tuple
swap [ username>> ] [ id>> ] bi*
watch boa insert-tuple
watch new select-tuple
user>> f user boa select-tuple