You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
I've tried to follow the User Manual as mentioned on your ReadMe: http://research.microsoft.com/pubs/259290/GraphView%20User%20Manual.pdf
I found some issues with the documentation.
For example to delete nodes, we should use: gdb.DropNodeTable("DROP TABLE EmployeeN");
Instead of: gdb.CreateNodeTable("DROP TABLE EmployeeNode");
For the query creating the table EmployeeNode, I think an "@" is missing at beginning of the query.
I wish if you could revise and update the docs as it will accelerate the adoption of the project.
Thanks !
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried to follow the User Manual as mentioned on your ReadMe: http://research.microsoft.com/pubs/259290/GraphView%20User%20Manual.pdf
I found some issues with the documentation.
For example to delete nodes, we should use:
gdb.DropNodeTable("DROP TABLE EmployeeN");
Instead of:
gdb.CreateNodeTable("DROP TABLE EmployeeNode");
For the query creating the table EmployeeNode, I think an "@" is missing at beginning of the query.
I wish if you could revise and update the docs as it will accelerate the adoption of the project.
Thanks !
The text was updated successfully, but these errors were encountered: