--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/bd8acf82-30fe-4743-afb2-a6f27578c786%40googlegroups.com.
Well, we already have an unreleased version bump of Neo4j in 3.5.0-SNAPSHOT which puts the version at 3.4.11. We could choose to go to neo4j 4.0 on that branch if we wanted or save it for TinkerPop 3.6.0. I'm not sure what's best...That said, release logistics issues aside, we really can't do any upgrade at all without some help from the neo4j - they would need to bump to their implementation to 4.0 first over here:
On Wed, Jan 29, 2020 at 12:56 PM Stefano Cimini <cimini...@gmail.com> wrote:
Hi All,--Neo4j 4.0 stable has been released few days ago.Are there any plans to update the neo4j-gremlin implementation in order to support it?Thanks in advance
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremli...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/9de89008-a0b1-44cc-8771-90169cdc794dn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H43-mBTYT1ZXkgn6iqr8vn8bRxybaoCRKPFv_R7z_TbDSLA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CALd8TVGZSX7Av2x-wPHU4KZbt-2pe2BKtuZ%3DfR6zMRAOARabbw%40mail.gmail.com.
g.addV().property('code','AUS').property('code','KAUS')gremlin> g.V(0).property('code','AUS').property('code','KAUS')
==>v[0]
gremlin> g.V().has('code','AUS').valueMap()
gremlin> g.V().has('code','KAUS').valueMap()
==>[code:[KAUS],TenantContext:[demo4-14],SnapshotID:[56]]
gremlin> g.V().has('code','KAUS').count()
==>1
gremlin> g.V().has('code','AUS').count()
==>0
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/4aaffdce-ce93-43cc-937b-a78ac78d0678n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/4aaffdce-ce93-43cc-937b-a78ac78d0678n%40googlegroups.com.