Open brh opened 10 years ago
For our app we need to have a String/Text as the primary key. Can this be considered.
Yes, I think so, but an additional Long @Id field will still be required since CursorAdapter expects an _id field. I could add a @PrimaryKey annotation.
For our app we need to have a String/Text as the primary key. Can this be considered.