changed how where clauses are output to ensure that we do not output a "where"
authorRuss Tyndall <russ@acceleration.net>
Mon, 5 Oct 2009 15:12:20 +0000 (11:12 -0400)
committerRuss Tyndall <russ@acceleration.net>
Mon, 5 Oct 2009 15:12:20 +0000 (11:12 -0400)
commit814ef0649edf23f0136d5cad2d7738ae72e79871
treeff02194a9b36fbb41c5b112cfba3f58f15180371
parent539444af449f3769b75f71b32f10204c40d011f4
changed how where clauses are output to ensure that we do not output a "where"
sql keyword when we will not output a clause. (Some expressions might produce
an empty string in some cases (an and without any children comes to mind)).
sql/expressions.lisp