On 14 Dec 2009, at 4:38am, Walter Dnes wrote: > On Tue, Dec 08, 2009 at 02:41:23AM +0100, Andreas Schwab wrote > >> It's still crashing due to undefined behaviour. >> >> $ ./sqlite3 :memory: 'create table test(integer)' >> Segmentation fault > > Possibly a stupid question from a relative newbie; shouldn't that be... > > sqlite3 :memory: 'create table test(fieldname integer)'
You're right in terms of SQL. But a programmer would say that no program should cause a segmentation fault: it should instead spit out a useful error message which explains what went wrong. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users