-
Notifications
You must be signed in to change notification settings - Fork 872
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
Default values prepopulation. For issue #4535 #4552
Default values prepopulation. For issue #4535 #4552
Conversation
WDYT about pre-populate them on setClass() and setClassname() ? |
In this case I personally don't like a side effect: if class was set twice - class will have default values also from first class populated... |
You're right, but semantically these 2 calls should produce the same effect: new ODocument("Person");
new ODocument().setClassname("Person"); |
…default-values-prepopulation Conflicts: core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java
@lvca agreed! PR has been updated with recent code. Please take a look into testcase for all supported cases. |
Guys? Build is failing due to timeout. Local test is fine. |
Perfect, merging it now. Thanks. |
Default values prepopulation. For issue #4535
No description provided.