Piotr Gębala

Results 3 issues of Piotr Gębala

While calling `.refresh` with `auto_close = true`

Looks like calling `each_rel` or `rels` affects the relation and removes objects from it. Previously we were using: Neo4j database version: 4.4 ActiveGraph version: 11.1.0.alpha.4 Neo4j-driver-ruby: 4.4.3 Code below was...

I have a weird issue. Our code hangs whenever we try: Example: ```ruby ActiveRecord::Base.transaction do ActiveGraph::Base.write_transaction do User.first # User is an ActiveRecord object. Hangs here end end ``` From...