Alexander Vlasov

Results 4 comments of 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: ![1](https://user-images.githubusercontent.com/3605857/37727826-71c81e86-2d41-11e8-95a5-055958a0592d.PNG)

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...