[MOBY-dev] [moby] Re: Collections vs. Simples in registry service searches, a bug?
Paul Gordon
gordonp at ucalgary.ca
Sat Dec 16 04:17:42 UTC 2006
Sorry, last message got cut off for some reason (mailing list filter?).
Again, change MOBY/Adaptor/moby/queryapi/mysql.pm line 1212 from
select service_instance_id, namespace_type_uris from simple_$inout where
object_type_uri in ($ancestor_string) and service_instance_id IS NOT NULL
to
select service_instance_id, namespace_type_uris from simple_$inout where
object_type_uri in ($ancestor_string) and collection_input_id IS NULL
More information about the MOBY-dev
mailing list