I wrote this simple little test program...
> import py2neo
> from py2neo import neo4j
> py2neo.authenticate("localhost:7474", "neo4j", "SomeRandomPasswordString")>
> graph = neo4j.Graph("https://localhost:7474")
> graph.legacy.get_or_create_index(neo4j.Node, "FooBar")
It goes into an infinite recursion loop in get_or_create_index().
Is this a problem with using 3.2? With the version of py2neo? Or something else?
--
Alan Robertson
[email protected]
On Wed, Jul 5, 2017, at 08:09 PM, Alan Robertson wrote:
> I'm trying to get back to the Assimilation project and update it to more>
> modern versions of Neo4j and py2neo.
>
> Because of limitations of Neo4j and the history of the code it makes
> extensive use of legacy indexes, and doesn't use labels at all.
>
> So, I'm doing a legacy.get_or_create_index() and getting permission
> denied.
>
> Has that finally gone away? Or did I break something?
>
> --
> Alan Robertson
> [email protected]
>
> --
> You received this message because you are subscribed to the Google Groups>
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an>
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.