We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a transaction as described by https://github.com/neo4jrb/neo4j-core/wiki/Transaction seems to be broken.
# session already open Neo4j::Transaction.run do end
will result in ArgumentError: Too few arguments thrown in neo4j-core-9.0.0/lib/neo4j/transaction.rb:148.
ArgumentError: Too few arguments
neo4j-core-9.0.0/lib/neo4j/transaction.rb:148
influenced by the source of transaction.rb#run it then tried the following
transaction.rb#run
# session already open Neo4j::Transaction.new.run do end
which then results in NameError: uninitialized constant Neo4j::Transaction::Session thrown in neo4j-core-9.0.0/lib/neo4j/transaction.rb:120.
NameError: uninitialized constant Neo4j::Transaction::Session
neo4j-core-9.0.0/lib/neo4j/transaction.rb:120
Neo4j database version: neo4j gem version: 9.6.0 neo4j-core gem version: 9.0.0
neo4j
neo4j-core
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running a transaction as described by https://github.com/neo4jrb/neo4j-core/wiki/Transaction seems
to be broken.
Code example (inline, gist, or repo)
will result in
ArgumentError: Too few arguments
thrown inneo4j-core-9.0.0/lib/neo4j/transaction.rb:148
.influenced by the source of
transaction.rb#run
it then tried the followingwhich then results in
NameError: uninitialized constant Neo4j::Transaction::Session
thrown inneo4j-core-9.0.0/lib/neo4j/transaction.rb:120
.Runtime information:
Neo4j database version:
neo4j
gem version: 9.6.0neo4j-core
gem version: 9.0.0The text was updated successfully, but these errors were encountered: