-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enum support #292
Labels
Milestone
Comments
public class User extends SugarRecord {
} |
whoshuu
pushed a commit
that referenced
this issue
Apr 11, 2015
Closes #304 Fixes #300 References #292 Thanks @benohalloran for the pull request!
@rajatpandit, let me know if updating to the latest Sugar library fixes your problem or not, or if you need more examples demonstrating |
@DavidSanf0rd 's solution resolves the OP being unable to save enums, vote to close? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In version 1.3; when trying to use enum, i get the error message, enum is not supported by SQL lite; is there a working example of how the model classes should look like?
The text was updated successfully, but these errors were encountered: