[Catalyst] Catalyst / DBIx Class Relationship many_to_many problem

2009-02-01 Thread Jakub Tutaj
occurs. Any help? Regards Jakub Tutaj -- View this message in context: http://www.nabble.com/Catalyst---DBIx-Class-Relationship-many_to_many-problem-tp21775313p21775313.html Sent from the Catalyst Web Framework mailing list archive at Nabble.com

Re: [Catalyst] Catalyst / DBIx Class Relationship many_to_many problem

2009-02-02 Thread Jakub Tutaj
/DBIx/Class/Manual/Cookbook.pod#Setting_quoting_for_the_generated_SQL. That works perfectly! A lot of thanks for fast support. Jakub Tutaj -- View this message in context: http://www.nabble.com/Catalyst---DBIx-Class-Relationship-many_to_many-problem-tp21775313p21797190.html Sent from

[Catalyst] LEFT JOIN with AND statement

2009-03-17 Thread Jakub Tutaj
', 'group_task_id'); Another question is, if I have proper query, how to distinct studenttasks.status and grouptasks.status using stashed 'studentgrouptasks' variable in TT (using FOREACH etc.)? Regards. Jakub Tutaj -- View this message in context: http://www.nabble.com/LEFT-JOIN-with-AND-statement

Re: [Catalyst] LEFT JOIN with AND statement

2009-03-24 Thread Jakub Tutaj
someone else too. Thanks Zbigniew for a hint! Regards! Jakub Tutaj -- View this message in context: http://www.nabble.com/LEFT-JOIN-with-AND-statement-tp22567550p22686014.html Sent from the Catalyst Web Framework mailing list archive at Nabble.com

[Catalyst] How to bind an array using my own schema

2009-05-13 Thread Jakub Tutaj
mySuperSchema.pm: SELECT column_id, number FROM table WHERE column_id IN (?) AND number != ? Now I get an error: Cannot bind unknown placeholder 3 So is it matter of '?' in SQL query or I should specify bind parameter in different way? Regards Jakub Tutaj -- View this message in context