[Dbix-class] DBIx::Class::Fixtures store content of table in one file

2013-04-02 Thread M0ses
hi @ll, i am playing around with DBIx::Class::Migration and use dump_all_sets to store my persistent data. I was wondering why a single file is generated for each record. In my case this results in 85500+ files, using 340MB disk space (31MB is the size of the whole mysql instance) and the

[Dbix-class] using DBIx::Class::Migration with Journal

2013-04-02 Thread Mario Minati
Hello, I'd like to combine the usage of DBIx::Class::Migration with DBIx::Class::Journal but setting up a test environment doesn't show the tables created from Journal. Is this a general problem that both modules do not work together or can this be healed by any extra params / settings? If

[Dbix-class] Generating DISTINCT ON with sub query

2013-04-02 Thread Rippl, Steve
I have something like the following $self-search( $search, { join = [ { 'course' = [ { course_coursetypes = 'type' }, { course_grades = 'grade' }, 'course_locations',