Added experimental tag to as_query and subqueries in general
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index e1cf9c2..c29d604 100644 (file)
@@ -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<NOTE>: This feature is still experimental.
+
 =cut
 
 sub as_query { return shift->cursor->as_query(@_) }