Amit Suryavanshi

Results 18 comments of Amit Suryavanshi

@imustafin Can you make this PR against 10.0.x branch? That branch is going to be master soon. Thanks.

@imustafin Pardon me, its for `neo4jrb`. Can you check neo4jrb 10.0.x branch if it is using `neo4j-core`. I assume its going to be removed from dependency. https://github.com/neo4jrb/neo4j/pull/1575/files

@imustafin Let this be open. We yet to decide on what to do with `neo4j-core`.

@DheepakD There should not be any slowness issues with https://github.com/neo4jrb/neo4j-ruby-driver.

@klobuczek @joshjordan This is a known issue, where entire association cache is cleared when we do a assignment on association. We need to check all possible scenarios with the fix...

If you are migrating to v10 from v9, following migration should help, ``` class MigrateMigration < ActiveGraph::Migrations::Base def up execute('MATCH (n:`Neo4j::Migrations::SchemaMigration`) ' \ 'REMOVE n:`Neo4j::Migrations::SchemaMigration` ' \ 'SET n:`ActiveGraph::Migrations::SchemaMigration`') end...

I assume this has to be with the feature that, when you define a scope, you get an instance method with the same scope name as well.

In absence of it, one would need to do, `user.as(:n).active_friends`, which is redundant. With instance method one can just do `user.active_friends`.

@weedySeaDragon Thanks for your feedback. We will take this into consideration.

@michalkorzawski Is there any specific INDEX in DB which is causing this issue?