Skip to content

Commit

Permalink
Merge pull request #836 from neo4j-contrib/feature/raw_cypher_in_orde…
Browse files Browse the repository at this point in the history
…r_by

Allow use of raw cypher statement as argument of order_by()
  • Loading branch information
mariusconjeaud authored Oct 25, 2024
2 parents 014c201 + 212b349 commit a4b5d34
Show file tree
Hide file tree
Showing 6 changed files with 720 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
neo4j-version: ["community", "enterprise", "5.5-enterprise", "4.4-enterprise", "4.4-community"]

steps:
Expand Down
Loading

0 comments on commit a4b5d34

Please sign in to comment.