-
Notifications
You must be signed in to change notification settings - Fork 68
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
java.lang.ClassCastException Query Builder Error (v3.X.X) #377
Comments
It also worth nothing that I can create this record using the same class schema successfully when done though the db console bypassing orientjs |
Hi @creisle the main problem is on the wired protocol. OrientJS when serializing number uses Thanks Enrico |
Hi @creisle the fix has been merged. It will be available in the next OrientDB 3.0.22 release Thanks |
Great! Thank you :) |
Hi @wolf4ood, I just tried this is orientdb 3.0.22 and the error is still there |
Addresses: KBDEV-178,KBDEV-343 Relates-to: orientechnologies/orientjs#377
Relates-to: orientechnologies/orientjs#377 Relates-to: KBDEV-178,KBDEV-343
System information
Orientjs version: 3.0.5
orientdb version: 3.0.20
node version: v10.13.0
Expected Behaviour
The insert operation to suceed
Actual Behaviour
Throws this error
Minimum Reproducible Example
I think this has something to do with the "MIN" constraint
The text was updated successfully, but these errors were encountered: