Are you sure your uid value is unique? That's the only constraint on your table.
On Tue, Sep 28, 2010 at 7:32 PM, Bret Foreman wrote:
> I knew it was bound to happen eventually. I'm getting the deadly
> SQLite error 19 "constraint failure" when trying to do an
> insertOrThrow. Here's the string t
I knew it was bound to happen eventually. I'm getting the deadly
SQLite error 19 "constraint failure" when trying to do an
insertOrThrow. Here's the string that creates the table:
protected static final String dbColUid = "UID";
protected static final String dbColParentName = "paren
2 matches
Mail list logo