Skip to content
Snippets Groups Projects
  1. Feb 27, 2024
    • Fabien Amarger's avatar
      fix: Compare node class if subclassof · 187b16da296d
      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
      187b16da296d
  2. Jan 24, 2024
  3. Jan 03, 2024
  4. Dec 16, 2023
  5. Dec 13, 2023
  6. Dec 05, 2023
  7. Nov 30, 2023
  8. Oct 04, 2023
  9. Jul 19, 2023
  10. Aug 09, 2023
  11. Jun 27, 2023
  12. Jul 04, 2023
  13. Apr 24, 2023
  14. Feb 20, 2023
  15. Oct 26, 2022
  16. Oct 18, 2022
  17. Oct 13, 2022
  18. Oct 11, 2022
  19. Jul 06, 2022
  20. Oct 11, 2022
  21. Sep 07, 2022
  22. Sep 06, 2022
Loading