Re: [Dbix-class] joins -- Can't Handle this Yet?

2008-10-30 Thread Jess Robinson
On Wed, 29 Oct 2008, Brandi Cantarel wrote: Thanks Cory for your response, but I am quite familiar with all of the online help. After already consulting this and being able to write lots and lots of good statements. I have noticed that when use the table object and join it to a table it "bel

Re: [Dbix-class] Feature proposal for DBIx::Class::Storage::DBI::connect_info

2008-10-30 Thread Peter Rabbitson
Oleg Kostyuk wrote: > 2008/10/14 Peter Rabbitson <[EMAIL PROTECTED]>: >> Not acceptable without tests. Please write some, and it will be applied. > > New patch with tests in attachment. > Feel free to correct my bad English in POD. > Please check revision 5022. Your patch was not applied, but th

Re: [Dbix-class] '+select'/'+as' is broken when chaining resultsets

2008-10-30 Thread Peter Rabbitson
BUCHMULLER Norbert wrote: > On Tue, 28 Oct 2008 14:00:01 +0100 Peter Rabbitson > <[EMAIL PROTECTED]> wrote: > >> You are missing the point - this .t file does _not_ test search >> attributes. It tests ResultsetColumn functionality. We are discussing >> the merits of the issues you brought up on IR

Re: [Dbix-class] tinyint and enum mapping

2008-10-30 Thread jackal
On Tuesday 28 October 2008 03:05:48 Matt S Trout wrote: > > Module I want to contribute, ModifyColumn, can do it: > > > > my @status = qw/ok banned warned something else/; > > __PACKAGE__->modify_column('status', { > > inflate => sub { $status[$_[0]] }, > > deflate => sub { > > my $