Re: [sqlite] Bus error crash in SQLite

2010-05-15 Thread Ben
Thanks very much for pointing me to the ticket. I'm still not very familiar at locating stuff in the fossil repo. The error message you show is what I was expecting as my app will notice that and handle the error. Thanks again, Ben On 15 May 2010, at 14:53, Black, Michael (IS) wrote: > I te

Re: [sqlite] Bus error crash in SQLite

2010-05-15 Thread Black, Michael (IS)
I tested your code with the latest fossil checkout It now gets this: sqlite> INSERT INTO "stuff" DEFAULT VALUES; Error: stuff.name may not be NULL Which makes sense as you didn't specify a default value for it. So adding this: name TEXT NOT NULL DEFAULT 'unk'; produces this: sqlite> INSERT I

Re: [sqlite] Bus error crash in SQLite

2010-05-15 Thread Black, Michael (IS)
This has been fixed http://www.sqlite.org/src/info/f3162063fd Michael D. Black Senior Scientist Northrop Grumman Mission Systems From: sqlite-users-boun...@sqlite.org on behalf of Ben Sent: Sat 5/15/2010 7:27 AM To: General Discussion of SQLite Database Subj