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