[sqlite] Lets try this again. Sqlite Python libraries throwing exception on unique constraint.

2014-10-13 Thread Jeffrey Parker
Hello, I am working with sqlite3 in python 2.7.8 and I am running into a strange error where I get the below exception when running an insert into statement on an empty table. I know this is probably more to do with the python libraries but I thought that I would ask the question here in case some

Re: [sqlite] Sqlite giving error on unique constraint

2014-10-07 Thread Jeffrey Parker
EATE TABLE `UpdateFrom` ( `VersionName` TEXT NOT NULL UNIQUE, `VersionNumber` INTEGER NOT NULL, `UpdateFrom` INTEGER NOT NULL, `MetafileURL` TEXT NOT NULL, `PatchURL` TEXT NOT NULL, `SHA1` TEXT NOT NULL ); On Mon, Oct 6, 2014 at 3:41 PM, Jeffrey Parker wrote: > Hello, > > I am working wit

[sqlite] Sqlite giving error on unique constraint

2014-10-06 Thread Jeffrey Parker
Hello, I am working with sqlite3 in python 2.7.8 and I am running into a strange error where I get the below exception when running an insert into statement on an empty table. I know this is probably more to do with the python libraries but I thought that I would ask the question here in case some