X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foodml.lisp;h=a5b080f01f15f1007c5be49b0513df84b113dbf9;hp=b1a5d6adc117ef8481b06a697d6dd8ee4fb89cbe;hb=90896f2e0ea06af22bda925c71a7470cc1dda263;hpb=6aea6351029abb9a0e82bb71479bac27e0f50dff diff --git a/sql/oodml.lisp b/sql/oodml.lisp index b1a5d6a..a5b080f 100644 --- a/sql/oodml.lisp +++ b/sql/oodml.lisp @@ -668,7 +668,8 @@ (list instance jcc))) (select (sql-expression :attribute (gethash :foreign-key tdbi) :table jc-view-table) :from (sql-expression :table jc-view-table) - :where jq))))))) + :where jq + :database (view-database object)))))))) ;;; Remote Joins