greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

fix the data type issue when primary key is a custom type #1052

Closed passos closed 3 years ago

passos commented 3 years ago

fix for issue https://github.com/greenrobot/greenDAO/issues/1051 When primary key is a custom type, the generated code for updateKeyAfterInsert and getKey will return String but the actual primary key is not.