X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F07subqueries.t;h=df90bdf8b8c048309e7236ba96c74afa29998ce0;hb=48d9f5f846e7f9e8f51110ad418a3bb4b50c31f9;hp=f14738abcd8a6fd9f12bdc2667600906b09cb576;hpb=c01ac648e75bbbfc6d6876e90dfe3754a6008327;p=scpubgit%2FQ-Branch.git diff --git a/t/07subqueries.t b/t/07subqueries.t index f14738a..df90bdf 100644 --- a/t/07subqueries.t +++ b/t/07subqueries.t @@ -8,6 +8,15 @@ use SQL::Abstract::Test import => ['is_same_sql_bind']; use SQL::Abstract; +#### WARNING #### +# +# -nest has been undocumented on purpose, but is still supported for the +# foreseable future. Do not rip out the -nest tests before speaking to +# someone on the DBIC mailing list or in irc.perl.org#dbix-class +# +################# + + my $sql = SQL::Abstract->new; my (@tests, $sub_stmt, @sub_bind, $where);