X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=b1a89341af6499018a7025cc7c4b0474519b1649;hp=5fc308d0b3128a4c1d51cd4fca11331e9df2c834;hb=24a4186aa531c3e56953413119e2308bb7c50b6b;hpb=8ae94251193108515c09979a4c425493f6f47bb1 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 5fc308d..b1a8934 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -164,6 +164,11 @@ :db-info (:join-class address :home-key aaddressid :foreign-key addressid + :retrieval :immediate)) + (employee :db-kind :join + :db-info (:join-class employee + :home-key aemplid + :foreign-key emplid :retrieval :immediate))) (:base-table "ea_join"))