Skip to content
Snippets Groups Projects
  1. Mar 21, 2024
  2. Feb 27, 2024
    • Fabien Amarger's avatar
      fix: Compare node class if subclassof · 501759d39088
      Fabien Amarger authored
      When the nodes.VariableRefAttributeAccess and nodes.VariableRefMethodCall were added, the
      node comparison function were broken since the class instances are not the same.
      This is a problem when using the groupby and an attribute access or method call on projection
      variable.
      For example:
      Any X, S.download_url() GROUPBY X,S WHERE X is ImportProcess, X shacl_report S
      
      were a bad rql query since `S.download_url()` is not the same node (not the same class) as `S`.
      But actually it is.
      
      This patch allow this syntax
      501759d39088
  3. Jan 24, 2024
  4. Dec 05, 2023
  5. Jan 04, 2024
  6. Jan 03, 2024
  7. Dec 16, 2023
  8. Dec 13, 2023
  9. Dec 05, 2023
  10. Nov 30, 2023
  11. Oct 04, 2023
  12. Jul 19, 2023
  13. Aug 09, 2023
  14. Jun 27, 2023
  15. Jul 04, 2023
  16. Apr 24, 2023
  17. Feb 20, 2023
  18. Oct 26, 2022
Loading