--- 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. --john > file_column > jdbicompat > oracle_sequence > storage-ms-access > > Where are these up to? > > -- > 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] > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ _______________________________________________ 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]
