[postmodern-devel] FULL OUTER JOIN clause in s-sql (:outer-join)
I've noticed recently that :outer-join spec isn't supported by s-sql, although it is mentioned in reference for postmodern-1.12. So i've added it myself.
Thanks. Applied! Not sure why the docs were talking about outer joins while the code had cross joins. Cheers, Marijn 2008/7/4 Timur Sufiev <tsufiev@gmail.com>:
I've noticed recently that :outer-join spec isn't supported by s-sql, although it is mentioned in reference for postmodern-1.12. So i've added it myself.
_______________________________________________ postmodern-devel mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
On the second thought, it seems to me that :cross-join is redundant, 'cause "FROM *T1* CROSS JOIN *T2* is equivalent to FROM *T1*, *T2*." ( http://www.postgresql.org/docs/8.3/static/queries-table-expressions.html) and should be removed. But this would break compatibility with older code, so it's not my right to decide... 2008/7/4 Marijn Haverbeke <marijnh@gmail.com>:
Thanks. Applied! Not sure why the docs were talking about outer joins while the code had cross joins.
Cheers, Marijn
2008/7/4 Timur Sufiev <tsufiev@gmail.com>:
I've noticed recently that :outer-join spec isn't supported by s-sql, although it is mentioned in reference for postmodern-1.12. So i've added it myself.
_______________________________________________ postmodern-devel mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
_______________________________________________ postmodern-devel mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
participants (2)
-
Marijn Haverbeke
-
Timur Sufiev