Heinrich Klobuczek

Results 40 comments of Heinrich Klobuczek

Thanks for this. It looks like indeed a problem. I wonder why the original authors decided to keep it like that with a comment and not fixing it. Maybe we...

@amitsuryavanshi could you look at that one?

Thanks @EugeneIstomin . Have you considered extracting this https://github.com/neo4jrb/activegraph/blob/master/lib/active_graph/railtie.rb#L82-L85 out of railtie.rb? There are many configuration options. Creating an environment variable each time someone needs one of those options doesn't...

@yourpalal do you currently have overlapping ids between models? I know that requiring global uniqueness is unnecessarily strong, but it is best practice. What id generator are you using?

@ziaahmad are you suggesting that same names should be allowed or that other error should be raised?

The idea was not to translate the driver exceptions. The driver has a very detailed exception hierarchy which I would prefer not to replicate. Some errors are only differentiable by...

@joshjordan could you give me some examples of how you react differently to different exception classes? I was under the impression that there is not much more you can do...

@joshjordan just looked through the code. ClientException should have a `code` attribute e.g. `Neo.ClientError.Schema.ConstraintValidationFailed`. See https://neo4j.com/docs/status-codes/current/. Let me know if that's not working for you. I know it's an additional...

@johanandre sorry for the late response. That looks like a problem with neo4j server, not neo4j driver or activegraph

@mvitale have you tried the `break` method? It usually prevents such unwanted shuffle.