[sqlite] Bus error crash in SQLite

2010-05-15 Thread Ben
Hi list, I've encountered some SQL which causes both my app and the sqlite3 command line tool to crash. Given the following table and trigger: CREATE TABLE stuff ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, type TEXT, price REAL CHECK(price 0), parent

Re: [sqlite] Bus error crash in SQLite

2010-05-15 Thread Black, Michael (IS)
Subject: [sqlite] Bus error crash in SQLite Hi list, I've encountered some SQL which causes both my app and the sqlite3 command line tool to crash. Given the following table and trigger: CREATE TABLE stuff ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, type TEXT

Re: [sqlite] Bus error crash in SQLite

2010-05-15 Thread Black, Michael (IS)
Subject: [sqlite] Bus error crash in SQLite Hi list, I've encountered some SQL which causes both my app and the sqlite3 command line tool to crash. Given the following table and trigger: CREATE TABLE stuff ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, type TEXT

Re: [sqlite] Bus error crash in SQLite

2010-05-15 Thread Ben
Database Subject: [sqlite] Bus error crash in SQLite Hi list, I've encountered some SQL which causes both my app and the sqlite3 command line tool to crash. Given the following table and trigger: CREATE TABLE stuff ( id INTEGER PRIMARY KEY, name TEXT NOT NULL