-
Notifications
You must be signed in to change notification settings - Fork 155
Added value conversion for char[] and short[] #966
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
Conversation
@DirkMahler have you signed the CLA agreement as documented in the Contribution Guide? |
Hi @injectives , it happened right now. |
LGTM |
@injectives Thanks for accepting - it solves a problem on my side as well, so it's a win for both sides! |
@injectives Any chance this will get back-ported to 4.x versions? |
I will take a look. |
Co-authored-by: Dirk Mahler <[email protected]>
Co-authored-by: Dirk Mahler <[email protected]>
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.
This PR replaces #964 .