From: Ryan Davis Date: Tue, 27 Mar 2012 20:06:27 +0000 (-0400) Subject: convered orphan sql-ident-table test function to use RT and run with X-Git-Tag: v6.1.1~9 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=b0b0c67955ef0ec3f6a4708b79abe86d53359092;hp=b0b0c67955ef0ec3f6a4708b79abe86d53359092;p=clsql.git convered orphan sql-ident-table test function to use RT and run with the rest of the syntax tests (and fail) Had to fix some package references, and uses backquote to splice together the a decent deftest form without being overly verbose. Also used clsql:sql instead of calling output-sql directly. Currently fails by not preserving case when using a symbol like '|foo| as the table name, we're getting "FOO" not "foo". ---