From: Ryan Davis Date: Tue, 27 Mar 2012 19:42:39 +0000 (-0400) Subject: add 3 new syntax tests for subqueries in SELECT, UPDATE, X-Git-Tag: v6.1.1~10 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=85508ad5c4abbd8e3f7549c8c13210e7f6642af5;hp=85508ad5c4abbd8e3f7549c8c13210e7f6642af5;p=clsql.git add 3 new syntax tests for subqueries in SELECT, UPDATE, and DELETE statements. Had to use clsql-sys unexported symbols for sql-delete and sql-update because clsql:sql-operation does not support either. ---