Re: [Dbix-class] GOVERNANCE: Aggregation and conclusion

2016-10-31 Thread Dmitry Bigunyak
aged. > >Andy > +1 to the "fork proposal" as the solution which should satisfy most of the people. I don't really share concerns regarding the team fragmentation, instead having a choice and maybe even healthy competition is definitely a good thing. -- Dmitry Bigunyak __

Re: [Dbix-class] GOVERNANCE: Aggregation and conclusion

2016-10-30 Thread Dmitry Bigunyak
>Given that there was no formal vote, I think this is a somewhat hasty >and unfair conclusion. It's a bit like having an election with only one >party, having people vote, and then mentioning a second party later >once the election's finished. I personally was just about to vote in >favour of the

[Dbix-class] MySQL DELETE with LIMIT

2015-08-18 Thread Dmitry Bigunyak
Hi there, I was very surprised to see the SQL statement which is generated when trying to delete some data with LIMIT clause. My DBIC code: my $rows = $rs-search( { state = 'D' }, { rows = 1 } )-delete(); The SQL statement I get is this: DELETE FROM cache WHERE ( id IN ( SELECT *

[Dbix-class] Resultset doesn't create related rows

2012-04-20 Thread Dmitry Bigunyak
misunderstood the documentation and create doesn't do the trick? -- Dmitry Bigunyak e-mail: ices...@inbox.ru ___ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx