-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yield support for procedures (#3025)
* Add yield to call statements * db procedures * Improve procedures by making those callable in cypher builder * Fix procedures yields * changeset on cypher builder procedures * Fix changes in procedures from cypher builder * Fix eslint issues on cypher builder * Fix typings * Update convertFormat as a cypher function
- Loading branch information
1 parent
8a69b30
commit 507f9f7
Showing
34 changed files
with
428 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@neo4j/cypher-builder": minor | ||
--- | ||
|
||
CallProcedure clause deprecated and improvements on Procedures API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
packages/cypher-builder/src/apoc/functions/ValidatePredicate.test.ts
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
packages/cypher-builder/src/apoc/functions/ValidatePredicate.ts
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
packages/cypher-builder/src/apoc/functions/convert-format.ts
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
packages/cypher-builder/src/apoc/procedures/Validate.test.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.