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
So, resultToStringArr will error out if it is passed a nil value. Have you tried running the same query on the database using neo4j's web frontend? This may be a stretch, but you may want to try CALL db.constraints() instead of CALL db.constraints.
Hello
I need some help in understanding why ess.QueryRaw(ctx, "CALL db.constraints", nil) fails. I am testing example.go included in gogm.
Below are findings and background information
resultToStringArrV4(true, foundResult) returns error "result is null"
Host: "0.0.0.0",
Port: 7687,
Protocol: "neo4j",
...
}
_gogm, err := gogm.New(&config, gogm.DefaultPrimaryKeyStrategy, &VertexA{}, &VertexB{}, &EdgeC{})
Environment
Would you be interested in tackling this issue
Yes
The text was updated successfully, but these errors were encountered: