Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add method in Table annotation for set column Id name. #132

Closed
wants to merge 1 commit into from

Conversation

dirong
Copy link

@dirong dirong commented Oct 25, 2013

Add method in Table annotation for set column Id name.

This fixes Issue #83

example:
@table(name = "Items", id = BaseColumns._ID)
public class Item extends Model {...}

This fixes Issue pardom-zz#83

example:
@table(name = "Items", id = BaseColumns._ID)
public class Item extends Model {...}
@joshuapinter
Copy link
Contributor

Thanks for doing this Alexandr, this works great!

@hube
Copy link
Contributor

hube commented Jan 28, 2014

Can you close this PR? The same commit has already been merged in 2a4d773. Might also want to close issue #83.

@smaspe
Copy link

smaspe commented Feb 27, 2014

For what reason is that not the default value, since several android mechanism depend on it?

@dirong dirong closed this Jan 31, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants