[Dbix-class] Postgres "SELECT FROM ONLY"?

Peter Rabbitson rabbit+dbic at rabbit.us
Fri May 10 15:12:35 GMT 2013


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



More information about the DBIx-Class mailing list