-
We can use ImpersonatedUser at the time of using neo4j java driver like below:
Session session = neo4jDriver.session(SessionConfig.builder().withDatabase(neo4jDB).withImpersonatedUser(userName).bui…
-
**Is your feature request related to a problem? Please describe.**
During development and testing phase of our application, a where parameter for an update call was accidentally set to empty ({}). It…
-
Akka persistence.
http://doc.akka.io/docs/akka/2.4.11/scala/persistence.html
It would be good to be able to allow an Akka actor which has state to store the state in the graph. Given an persistence a…
-
In #2308 the question was raised whether non-domain objects can be serialized in some form as JSON-like map.
Several options could be possible:
- Depending on Jackson / ObjectMapper and just creat…
-
**Is your feature request related to a problem? Please describe.**
I'd like to have a bit more control over the types that are generated - specifically, I'd like to utilize some other `graphql-codege…
-
**Describe the bug**
When utilising the `validate` rule within the `@authorization` directive on a type, the generated Cypher includes what looks like it should be a wildcard `WITH` clause, only it i…
-
REMAINING TASKS:
- [ ] Test all migrated services in dev environment
- [ ] Make new db dump from production database
- [ ] Make db upgrade on production server
- [ ] ensure that web pages and entire S…
-
I can't currently use this library as it is not up to date for python 3. Is there any interest in getting the library cleaned up for python 3?
-
- Neo4j version: 5.19-aura
- Neo4j Mode: neo4j aura DB professional
- Driver version: Java language driver 5.7.0
- Operating system: Ubuntu 20.04
- **Steps to reproduce**
Executed this query usin…
-
If we have `@LAZY`, we need doctrine like `@EAGER` too. In some cases it will be wery usefull to have autoloaded relations.
Example case: I have labels "Object", "FieldType", "Value" they are all…
theUm updated
5 years ago