Skip to content

Conversation

@passos
Copy link

@passos passos commented Aug 11, 2020

Fix the generation issues when primary key is a custom type

When primary key is a custom type, the generated code for updateKeyAfterInsert and getKey will use String as return type instead of the actual custom type, which will cause compile error.

see #1051 for details

When primary key is a custom type, the generated code for updateKeyAfterInsert and getKey will return String but the actual primary key is not.
see greenrobot#1051 for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant