--- Matt S Trout <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 02:07:24PM -0700, John > Napiorkowski wrote: > > > > --- Matt S Trout <[EMAIL PROTECTED]> wrote: > > > > > versioned and cdbicompat are merged to trunk. > > > > > > that leaves - > > > > > > alias_length_limit > > > bindtype_ensure_connected > > > > That's mine. It's a branch to make sure the > database > > is connected if you are specifying a custom bind > type. > > I'm stuck because it looks like the latest > version of > > Postgresql actually solves the problem of needing > bind > > types to support blobs properly. I need a bit of > time > > to set up a new virtual machine with the older > version > > of postgresql to run my tests against. I'll > should be > > able to work on that later this month. It's a low > > priority bug fix, just that if your very first > query > > is one that needs the bind types it will blow up. > > There is a workaround of forcing ensure connected. > > > I think we were looking at forcing ensure_connected > right at the top of any > method that could possibly need this stuff. > > I think the storage should really be able to just > assume it. > > Could you have a poke around?
Yeah, I think that's really the best idea, rather than stick ensure_connected all over the place. Let me do a list of where I think it's needed and then I'll bounce it on the list and see anything thinks I missed something. --john > > -- > Matt S Trout Need help with your > Catalyst or DBIx::Class project? > Technical Director > http://www.shadowcat.co.uk/catalyst/ > Shadowcat Systems Ltd. Want a managed development > or deployment platform? > http://chainsawblues.vox.com/ > http://www.shadowcat.co.uk/servers/ > > _______________________________________________ > List: > http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class > IRC: irc.perl.org#dbix-class > SVN: > http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ > Searchable Archive: > http://www.grokbase.com/group/[EMAIL PROTECTED] > ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
