Skip to content

Added value conversion for char[] and short[] #964

New issue

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

Closed
wants to merge 2 commits into from

Conversation

DirkMahler
Copy link
Contributor

A user of jQAssistant reported a problem when using a dedicated Neo4j instance (jqassistant-archive/jqa-core-framework#60).

The mapping framework behind jQAssistant (XO) sets properties of a node/relation using Value.parameters where the value is a Map of properties. In the described case one of the properties is of type char[] but testing revealed that short[] is not covered as well.

Creating the pull request against 1.6, the version used by jQAssistant actually is 4.3.

@injectives
Copy link
Contributor

Thank you for opening the pull request. 👍

We are currently working on 4.3 branch and backporting changes to 4.2 and 4.1. 1.6 branch is no longer updated.

Given that the motivation came from the char[] support, I recommend updating to 4.3 driver, which seems to have it. In addition, 4.2 and 4.1 also seem to provide it.

@DirkMahler
Copy link
Contributor Author

DirkMahler commented Jul 14, 2021

The problem actually came up with 4.2 and still exists in 4.3. Shall I update this (or probably better create a new PR) for 4.3? I used 1.6 as target because it is still mentioned as active in https://github.com/neo4j/neo4j-java-driver#java-runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants