We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's allowed to create ODocument with className null, but if you specify null oClass - it will through NPE.
new ODocument((String)null); // It's OK new ODocument((OClass)null); It's failing, **but in OrientDB 2.1.19 it was OK**.
The text was updated successfully, but these errors were encountered:
fixed null pointer on document constructor, issue #7150
28f61cf
8ef80aa
fixed closing
Sorry, something went wrong.
tglman
No branches or pull requests
OrientDB Version: 2.2.16
Java Version: 8
It's allowed to create ODocument with className null, but if you specify null oClass - it will through NPE.
The text was updated successfully, but these errors were encountered: