On Fri, May 10, 2013 at 05:57:27PM +0400, Alex Povolotsky wrote: > Hello! > > Is there a way to do PG's "SELECT FROM ONLY tablename" in > DBIx::Class without using literal SQL? > Sadly no. And it is unlikely to happen easily - we need the Data::Query transition to make this kind of stuff possible. Sorry about that. Cheers