Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 24, 2024
  3. Dec 05, 2023
  4. Jan 04, 2024
  5. Jan 03, 2024
  6. Dec 16, 2023
  7. Dec 13, 2023
  8. Dec 05, 2023
  9. Nov 30, 2023
  10. Oct 04, 2023
  11. Jul 19, 2023
  12. Aug 09, 2023
  13. Jun 27, 2023
  14. Jul 04, 2023
  15. Apr 24, 2023
  16. Feb 20, 2023
  17. Oct 26, 2022
  18. Oct 18, 2022
Loading