Re: [Dbix-class] one issue in cookBook example

2008-06-22 Thread Michele Beltrame
with this information. ;-) Michele. -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ 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-class] [OT] DBIx::Class Catalyst 'celebrities' at Italian Perl Workshop 2008

2008-09-02 Thread Michele Beltrame
environment!) I hope to see italian subscribers (and not only of course) :-) More info at http://conferences.yapceurope.org/ipw2008/ bye - Michele, Enrico -- Michele Beltrame http://www.cattlegrid.info/ ICQ 76660101 - MSN [EMAIL PROTECTED] ___ List

Re: [Dbix-class] Column Arithmatic

2012-04-30 Thread Michele Beltrame
'); to get the value. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m...@italpro.net Skype: arthas77 - Twitter: _arthas ___ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http

Re: [Dbix-class] help needed in forming a 'and' and 'or' select query using DBIx::Class

2013-01-20 Thread Michele Beltrame
Hello! columnA = x AND ( columnB = zz OR columnB LIKE '%mm%' ) It should be like this: $val = 'mm'; $my_rs = $schema-resultset('Mytable')-search({ columnA = 'x', -or = [ columnB = 'zz', columnB = { like = '%'.$val.'%' }

Re: [Dbix-class] [ANNOUNCE] A much faster DBIx::Class public trial round three - v0.08242

2013-03-20 Thread Michele Beltrame
at all. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m...@italpro.net Skype: arthas77 - Twitter: _arthas ___ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http

Re: [Dbix-class] ★ VOTE NOW: DBIC Governance and Namespace Control ★

2016-12-05 Thread Michele Beltrame
Hi! Proposal A. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m...@italpro.net Skype: arthas77 - Twitter: _arthas ___ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http

Re: [Dbix-class] VOTE: Relinquish firstcome rights to Peter Rabbitson

2018-01-18 Thread Michele Beltrame
+1 Michele. -- Michele Beltrame http://www.blendgroup.it/ m...@blendgroup.it ___ 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-Class/ Searchable

Re: [Dbix-class] Supported Form library for use whith DBIx::Class?

2016-08-18 Thread Michele Beltrame
compare. HTML::Widget is an older software (HTML::FormFu was originally based on it), which has more limitations. I used it extensively, but migrating everything to HTML::FormFu. Cheers, Michele. -- Michele Beltrame http://www.italpro.net/ - m...@italpro.net Skype: arthas77 - Twitter: _arthas