4 Jul
2009
4 Jul
'09
4:02 p.m.
On Sat, 4 Jul 2009 16:10:43 +0200 Nicolas Martyanoff <khaelin@gmail.com> 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