X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSet.pm;h=c29d6048bc0f5a88f6e19861142a01e284397918;hb=6a9530d1a7d770ca7101bfacbb954fe2b075e722;hp=e1cf9c258275a4d22eef5afce4f08a2beda72c73;hpb=f68f4d44dc650e682df4ab522b91e6f683c10e7a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index e1cf9c2..c29d604 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -1821,6 +1821,8 @@ Returns the SQL query and bind vars associated with the invocant. This is generally used as the RHS for a subquery. +B: This feature is still experimental. + =cut sub as_query { return shift->cursor->as_query(@_) }