Re: [sqlite] Transaction -> OE_Ignore

2004-01-21 Thread D. Richard Hipp
Steven Van Ingelgem wrote: How do I set a transaction (inserting items) to ignore doubles in keys? As the default behaviour now is to abort/rollback... I've also been looking where the sqlite_vm - structure is defined, but I did not found anything... Is that normal? Or is it just a pointer to a

[sqlite] Transaction -> OE_Ignore

2004-01-20 Thread Steven Van Ingelgem
How do I set a transaction (inserting items) to ignore doubles in keys? As the default behaviour now is to abort/rollback... I've also been looking where the sqlite_vm - structure is defined, but I did not found anything... Is that normal? Or is it just a pointer to a struct with nothing