[Dbix-class] Bind parameters in select list and group by on Pg
dorian taylor
dorian.taylor.lists at gmail.com
Fri Oct 28 15:53:45 GMT 2011
On Fri, Oct 28, 2011 at 7:38 AM, Peter Rabbitson <rabbit+dbic at rabbit.us> wrote:
> Currently there is no clean way to do it on per-query basis. THere is a
> plan and everything, but I got sidetracked with too much other bullshit.
>
> In the meantime:
>
> {
> local $schema->storage->dbh->{pg_server_prepare} = 0;
> <do stuff>
> }
Excellent. Good enough for me. Integrated and functioning.
Thanks,
--
Dorian Taylor
http://doriantaylor.com/
More information about the DBIx-Class
mailing list