On Sat, 4 Jul 2009 16:10:43 +0200 Nicolas Martyanoff <[email protected]> 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 _______________________________________________ postmodern-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
