Skip to content

fix: prevent crash when trying a rql method on a null entity

Arnaud Vergnet requested to merge topic/4.x/rql-adapter into branch/4.x

Allows to make rql queries such as Any REL_ONTOLOGY.download_url() WHERE X is ImportProcedure, X eid %(eid)s, X ontology_file REL_ONTOLOGY? without a crash when REL_ONTOLOGY is null.

Merge request reports