Re: [android-developers] The deadly SQLite error 19

2010-09-28 Thread Mark Murphy
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

[android-developers] The deadly SQLite error 19

2010-09-28 Thread Bret Foreman
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