On Oct 24, 2008, at 6:49 PM, Bill Christian wrote:
> sqlite> .schema
> CREATE TABLE `cards_sets` (`id` integer PRIMARY KEY AUTOINCREMENT,
> `card_id` integer REFERENCES `cards` ON DELETE CASCADE, `set_id`
> integer REFERENCES `sets`, `rarity` string);

http://www.sqlite.org/cvstrac/wiki?p=ForeignKeyTriggers

SQLite supports the syntax of cascading delete, but not the semantics.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to