-
Notifications
You must be signed in to change notification settings - Fork 168
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
String based parser: Linking objects not working on classes named starting by class_
#4480
Comments
➤ Jørgen Edelbo commented: I can't figure out what this will translate into in Core terms. [~clemente.tort], can you provide a realm file based on this schema? |
➤ Clemente Tort Barbero commented: [~jorgen.edelbo] here it is: [^default.realm] |
➤ Clemente Tort Barbero commented: I believe the issue is related to KeyPathMapping. We populate it using keypath_helpers. |
➤ Jørgen Edelbo commented: [~clemente.tort] What would be the actual mappings you would supply here? |
I tried to reproduce error here #4508 but did not succeed. @clementetb can you see where I am mistaken? |
At least I have now identified the root cause. |
➤ Clemente Tort Barbero commented: Changing status to investigate after the debug session we had. |
Linking objects not working on classes which name starts by
class_
. This can be triggered on Realm-Java byClass
.Trying query links on these classes would result in that the table can not be resolved:
"No property 'with_underscores' found in type 'with_policy' which links to type 'class_with_policy'"
It can be seen in the error
with_policy
should beclass_with_policy
.Example:
Query
Class
The text was updated successfully, but these errors were encountered: