Re: [Catalyst] JSONP support Catalyst::Controller::DBIC::API

2017-03-14 Thread Hartmaier Alexander
Looks like a code injection attack vector to me... Patch + Tests for DBIC::API welcome! On 2017-03-09 11:05, Rajesh Kumar Mallah wrote: For the time being i have modified and solved my issue as below: sub end : Private { my ( $self, $c ) = @_; ## # code for manipulating

Re: [Catalyst] complex search using Catalyst::Controller::DBIC::API::REST

2017-03-14 Thread Rajesh Kumar Mallah
Hi , How to perform below search: select member_id,holder1 from general.members where member_balance(member_id , '2017-03-14') < 0 ; there is a function on LHS of the condition Regds Mallah. > Hello Rajesh, > > C::C::DBIC::API supports that under the hood, so not sure what are you