-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CYPHER: moved back to id() vs elementId() as its significantly faster…
…, this will have to be resolved in the future, as id is deprecated
- Loading branch information
Julian Minder
committed
Dec 21, 2023
1 parent
37205c4
commit ea98548
Showing
3 changed files
with
13 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
setup( | ||
name = "rel2graph", | ||
packages = find_packages(), | ||
version = "1.0.1", | ||
version = "1.0.2", | ||
description = "Library for converting relational data into graph data (neo4j)", | ||
author = "Julian Minder", | ||
author_email = "[email protected]", | ||
|