Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for XQuery Tumbling and Sliding Window #4529

Open
wants to merge 74 commits into
base: develop
Choose a base branch
from

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    058c750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    818e2ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b00fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3711e81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6834883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cad39e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d18e61d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c99ffea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efb0e4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fbbdbc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24fd165 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c50f49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2f8bdd View commit details
    Browse the repository at this point in the history
  14. [refactor] Variables used by Binding Expressions should be EQName acc…

    …ording to the XQuery spec; these can be processed at parse time
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f54c973 View commit details
    Browse the repository at this point in the history
  15. [refactor] Move conflict check between for-expr binding variable name…

    … and positional variable name into the parser
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    3bacea4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    21078d5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5179316 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d786e13 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d545743 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4dae8c0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a6bc38d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2dc9a2b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    87fedc4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ec5415d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3af0d4c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f87e20b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    91ea433 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8b079af View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9be9ec2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    506e94a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    62e4cd6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8d90fb8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    dd83306 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6dc74fc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    eff6049 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    91b810d View commit details
    Browse the repository at this point in the history
  37. [bugfix] In the GroupingSpec of a Group By clause, the type declarati…

    …on is not allowed if there is no ':= value' clause
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1ca3cf1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ccde1c2 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    be6fede View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f50f1c7 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    acf52bf View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9534cba View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f23615f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0167c37 View commit details
    Browse the repository at this point in the history
  45. [bugfix] Reimplement fn:sort so that it complies with the W3C specifi…

    …cation. Now passes 100% of XQTS
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ea94968 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    29f5dde View commit details
    Browse the repository at this point in the history
  47. [bugfix] Group By Clause cannot group by variables that do not exist …

    …in the pre-grouping tuple stream
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    69b07df View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ec7f1f1 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a86c93b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    c855d8c View commit details
    Browse the repository at this point in the history
  51. [ignore] cleanup

    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    acfa9ae View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b5618c0 View commit details
    Browse the repository at this point in the history
  53. [bugfix] Use correct error code when order by clause has more than on…

    …e value (XQTS: prod-OrderByClause)
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    658d5a2 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c901c47 View commit details
    Browse the repository at this point in the history
  55. [bugfix] Use correct Error Code when fn:exactly-one is called upon a …

    …sequence (XQTS: prod-OrderByClause)
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    38cfc21 View commit details
    Browse the repository at this point in the history
  56. [bugfix] xs:hexBinary must support both upper and lower-case [a-f] ch…

    …aracters (XQTS: prod-OrderByClause)
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ed14b96 View commit details
    Browse the repository at this point in the history
  57. [bugfix] Further fixes to comparison of INF and -INF values for xs:fl…

    …oat and xs:double (XQTS: prod-OrderByClause)
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    4d29903 View commit details
    Browse the repository at this point in the history
  58. [bugfix] Relative Collation URIs must be resolved relative to the bas…

    …e-uri (XQTS: prod-OrderByClause)
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    2fd8324 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    4aed1a2 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    46b115e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    b3b5569 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4889566 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    886be90 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    853dceb View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    21819a8 View commit details
    Browse the repository at this point in the history
  66. [bugfix] Mixed primitive types must be coerced before Order By Clause…

    … can be applied (XQTS: prod-OrderByClause)
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    58247f5 View commit details
    Browse the repository at this point in the history
  67. [bugfix] Return the correct error code from XQuery Functions that can…

    …not find the indicated Collator
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d4e7494 View commit details
    Browse the repository at this point in the history
  68. [bugfix] Need to bind the variables in the output tuple stream, now p…

    …asses the test twt:jw-duplicate-words#0
    adamretter committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    476410e View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    dbeeba4 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    7340308 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    5e7b332 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    1c00798 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    49d16e5 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    d118a3b View commit details
    Browse the repository at this point in the history