From khaelin at gmail.com Sat Jul 4 14:10:43 2009 From: khaelin at gmail.com (Nicolas Martyanoff) Date: Sat, 4 Jul 2009 16:10:43 +0200 Subject: [postmodern-devel] s-sql: delete cascade Message-ID: <20090704141043.GA4476@valhala.gaia.loc> Hi, I can't find a way to express a "DELETE table CASCADE" with s-sql. How can I do this ? Regards, -- Nicolas Martyanoff http://codemore.org khaelin at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From daniel at whitehouse.id.au Sat Jul 4 16:02:56 2009 From: daniel at whitehouse.id.au (Daniel White) Date: Sun, 5 Jul 2009 02:02:56 +1000 Subject: [postmodern-devel] s-sql: delete cascade In-Reply-To: <20090704141043.GA4476@valhala.gaia.loc> References: <20090704141043.GA4476@valhala.gaia.loc> Message-ID: <20090705020256.5fa4ffb9@whitehouse.id.au> On Sat, 4 Jul 2009 16:10:43 +0200 Nicolas Martyanoff wrote: > I can't find a way to express a "DELETE table CASCADE" with s-sql. > How can I do this ? Assuming that you are wanting to drop the table: (:cascade (:drop-table table)) -- Daniel White