Re: [sqlite] Support of cascading updates and deletes

2012-10-16 Thread Richard Hipp
On Tue, Oct 16, 2012 at 7:12 PM, Kris Peters wrote: > I¹m new to sqlite; I took the lazy way out and downloaded the sqlite3 > precompiled binaries for Mac OS X. Creating tables, doing queries, and > noncascading deletes and updates work fine. But specifying any kind of >

[sqlite] Support of cascading updates and deletes

2012-10-16 Thread Kris Peters
I¹m new to sqlite; I took the lazy way out and downloaded the sqlite3 precompiled binaries for Mac OS X. Creating tables, doing queries, and noncascading deletes and updates work fine. But specifying any kind of cascading update and deletes seems to be ignored. What do you recommend? Kris Peters