Grokbase
x

Ramprabhu Kaliaperumal (ramprabhu.kaliape...@oracle.com)

Profile | Posts (9)

User Information

Display Name:Ramprabhu Kaliaperumal
Partial Email Address:ramprabhu.kaliape...@oracle.com
Posts:
9 total
5 in DBIx::Class
4 in dbix-class@lists.scsys.co.uk

5 Most Recent

All Posts
1) Ramprabhu Kaliaperumal [Dbix-class] Multiple connection in DBIx ver 8008
| +1 vote
Hi Recently we upgraded DBIx::Class to version 8008. After that we found multiple connection in...
dbix-class@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi

Recently we upgraded DBIx::Class to version 8008.
After that we found multiple connection in ttStatus.
At one point connection exceed and we get this erro
"Connect failed because max number of connections exceeded (max 2048)"

Then we rolled back to old version of DBIx::Class (.07) and now there is
no issue.

Regards
-Ram
2) Ramprabhu Kaliaperumal [Dbix-class] Paging and distinct
| +1 vote
Hi All I am getting syntax error when passing 'page/rows' and 'distinct' parameter in search...
dbix-class@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi All

I am getting syntax error when passing 'page/rows' and 'distinct'
parameter in search attributes.
If I remove any one then it works fine. It seems paging and distinct not
working together.
Can anyone try this same and let me its know whether its working.

Regards
-Ram
3) Ramprabhu Kaliaperumal [Dbix-class] Paging and distinct
| +1 vote
Hi All I am getting syntax error when passing 'page/rows' and 'distinct' parameter in search...
dbix-class@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi All

I am getting syntax error when passing 'page/rows' and 'distinct'
parameter in search attributes.
If I remove any one then it works fine. It seems paging and distinct not
working together.
Can anyone try this same and let me its know whether its working.

Regards
-Ram
4) Ramprabhu Kaliaperumal [Dbix-class] Left Outer Join
| +1 vote
Hi I not defined Left Outer Join in my relationship ( I don't want to also) But in one of my...
dbix-class@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi

I not defined Left Outer Join in my relationship ( I don't want to also)
But in one of my requirement need to left outer join of reseltset.

Can we achieve this without defining at relationship level.

Thanks & Regards
-Ram
5) Ramprabhu Kaliaperumal [Dbix-class] How to do 'find' for comibinational primary key
| +1 vote
Hi I have a table with combinational primary key like below __PACKAGE__->set_primary_key(qw(sent_at...
dbix-class@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi

I have a table with combinational primary key like below

__PACKAGE__->set_primary_key(qw(sent_at sender receiver subject message));


When I do find I am not getting the row object.
Following is my code...

    my $hash = {
      sent_at     => $sent_at,
      sender      => $sender,
      receiver    => $receiver,
      subject     => $subject,
      message     => $message
    };

    my $log = $schema->resultset('NotificationLog')->single($hash);

Please let me know how to do find for combinational primary key?

Thanks & Regards
-Ran

spacer
Profile | Posts (9)
Home > People > Ramprabhu Kaliaperumal