Alexander Vlasov
Alexander Vlasov
Hi @michaelprimez, we'll check this issue soon. Thanks for your feedback.
[`ColumnInfo`](https://github.com/realm/realm-java/blob/master/realm/realm-library/src/main/java/io/realm/internal/fields/CachedFieldDescriptor.java#L77) has both custom field name and Java field name: 
Hi @Zhuinden @cmelchior thanks for you replies. So this is an expected behavior. Are you planning to allow Realm instances to use internal names instead of Java ones? Right now...
> Why not just call your fields not_id in Java? Our naming convention allows only camel case with Hungarian notation. > We cannot allow using both internal and Java queries...