RE: [Dbix-class] Help needed to get a much needed feature into DBIC (low barrier to entry)

2014-01-09 Thread Dami Laurent (PJ)
-Message d'origine- De : Peter Rabbitson [mailto:rabbit+d...@rabbit.us] Envoyé : jeudi 9 janvier 2014 07:55 À : dbix-class@lists.scsys.co.uk Objet : [Dbix-class] Help needed to get a much needed feature into DBIC (low barrier to entry) Greetings dear lurkers, your mad recursive

RE: [Dbix-class] Features comparison among ORMS?

2013-11-23 Thread Dami Laurent (PJ)
-Message d'origine- De : Rob Kinyon [mailto:rob.kin...@gmail.com] Envoyé : lundi 11 novembre 2013 15:06 À : DBIx::Class user and developer list Objet : Re: [Dbix-class] Features comparison among ORMS? What sort of features are you looking for? All the Perl ORMs wrap DBI, so

RE: [Dbix-class] some answers about the benchmarks

2012-07-05 Thread Dami Laurent (PJ)
Hi all, Several people reacted to my last post about benchmarks, or asked for more details. Below is a compiled answer about some of these points. (By the way, I'm sorry for having forgotten to put a subject line in my original post). - as mentioned in the original post, the code for the

[Dbix-class] (no subject)

2012-07-02 Thread Dami Laurent (PJ)
Hi DBIC list, For info, I gave a talk at the French Perl Workshop 2012 about comparing DBIx::Class (DBIC) and DBIx::DataModel (DBIDM); at this occasion I did a few benchmarks that may be worth sharing with you : Extract print 2 columns from a single table (109349 rows) - raw DBI

[Dbix-class] Announcing SQL::Abstract::FromQuery

2012-06-06 Thread Dami Laurent (PJ)
Hi everybody, Some of you may be interested in SQL::Abstract::FromQuery, just released to CPAN. This is a module to help building Web applications with complex search forms. It translates user input, as obtained from an HTML form, into a datastructure suitable as a %where clause for

RE: [Dbix-class] text search

2012-02-16 Thread Dami Laurent (PJ)
De : Paolo Gianrossi [mailto:paolino.gianro...@gmail.com] Envoyé : jeudi, 16. février 2012 02:04 À : DBIx::Class user and developer list Objet : [Dbix-class] text search Hi List, I have a Schema/Result class holding user stories. These user stories have various fields, most

RE: [Dbix-class] any factual comparisons of Oracle, PostgreSQL, MySQL : thanks for all answers

2011-04-29 Thread Dami Laurent (PJ)
I have an important database migration project, aiming at replacing an old DBMS by something more up to date, for mission-critical applications. We are still at a very early phase of the selection process, but some of the requirements will be : high-availability , support for multi-values,

[Dbix-class] any factual comparisons of Oracle, PostgreSQL, MySQL ?

2011-04-13 Thread Dami Laurent (PJ)
Hi there, This is not a DBIC question, but since there are lots of database administrators from various platforms on this list, I hope to find some help. I have an important database migration project, aiming at replacing an old DBMS by something more up to date, for mission-critical

RE: [Dbix-class] Howto create Oracle WITH statements

2011-03-28 Thread Dami Laurent (PJ)
-Message d'origine- De : Rob Kinyon [mailto:rob.kin...@gmail.com] Envoyé : dimanche, 27. mars 2011 00:13 À : DBIx::Class user and developer list Objet : Re: [Dbix-class] Howto create Oracle WITH statements [...] In other words, we can easily replicate Oracle's WITH by creating our own

RE: [Dbix-class] DBIx::Class::Direct: what's wrong with that ?

2010-06-07 Thread Dami Laurent (PJ)
-Message d'origine- De : Marc Chantreux [mailto:kha...@phear.org] Envoyé : dimanche, 6. juin 2010 01:14 À : dbix-class@lists.scsys.co.uk Objet : [Dbix-class] DBIx::Class::Direct: what's wrong with that ? hello all, I'm pretty new in the ORM world and i'm trying to figure out how to

RE: [Dbix-class] Incorrect SQL being generated after DBIC library upgrade

2009-03-20 Thread Dami Laurent (PJ)
Hi all, I am responsible for those changes in -and/-or behaviour between 1.24 and 1.50. The point is: it was impossible to keep 1.24 behaviour on every detail, because 1.24 had several internal inconsistencies, and also was inconsistent with its own documentation. So understanding the old

[Dbix-class] update on DBIC / SQLA1.50 tests

2008-11-06 Thread Dami Laurent (PJ)
For info : the latest revision of SQLA1.50 (http://dev.catalyst.perl.org/svnweb/bast/browse/SQL-Abstract/1.x/branch es/1.50_RC/) together with the DBIC patch from mendel (http://scsys.co.uk:8001/20236) fixes most problems. Still have to look at failures in t\95sql_maker_quote and

[Dbix-class] SQLA1.50 tests / t/96file_column.t

2008-11-06 Thread Dami Laurent (PJ)
-Message d'origine- De : Peter Rabbitson [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 6. novembre 2008 10:50 À : Class user and developer list Objet : Re: [Dbix-class] update on DBIC / SQLA1.50 tests Dami Laurent (PJ) wrote: Seem to be Win32 problems about files : not ok 5 - old

RE: [Dbix-class] update on DBIC / SQLA1.50 tests

2008-11-06 Thread Dami Laurent (PJ)
-Message d'origine- De : Peter Rabbitson [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 6. novembre 2008 09:31 À : Class user and developer list Objet : Re: [Dbix-class] update on DBIC / SQLA1.50 tests Dami Laurent (PJ) wrote: For info : the latest revision of SQLA1.50 (http

RE: [Dbix-class] SQLA1.50 tests / t/96file_column.t

2008-11-06 Thread Dami Laurent (PJ)
-Message d'origine- De : Peter Rabbitson [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 6. novembre 2008 11:06 À : Class user and developer list Objet : Re: [Dbix-class] SQLA1.50 tests / t/96file_column.t I think if you run the second test with prove (not with perl like you do), you will

[Dbix-class] Re: Blessed objects as scalar values: what to do ?

2008-11-06 Thread Dami Laurent (PJ)
-Message d'origine- De : BUCHMULLER Norbert [mailto:[EMAIL PROTECTED] Envoyé : jeudi, 6. novembre 2008 10:44 À : dbix-class@lists.scsys.co.uk Objet : Re: [Dbix-class] update on DBIC / SQLA1.50 tests Hi, I've got an idea, but maybe I'm wrong: shouldn't we pass through blessed objects

RE: [Dbix-class] SQL::Abstract 1.x subqueries patch

2008-11-05 Thread Dami Laurent (PJ)
-Message d'origine- De : Zbigniew Lukasiak [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 5. novembre 2008 14:58 À : DBIx::Class user and developer list Objet : Re: [Dbix-class] SQL::Abstract 1.x subqueries patch I've started testing it with the latest DBIC. Here is a test I propose:

RE: [Dbix-class] SQL::Abstract 1.x subqueries patch

2008-11-04 Thread Dami Laurent (PJ)
-Message d'origine- De : Zbigniew Lukasiak [mailto:[EMAIL PROTECTED] Envoyé : mardi, 4. novembre 2008 09:25 À : DBIx::Class user and developer list Objet : Re: [Dbix-class] SQL::Abstract 1.x subqueries patch One thing that I am really missing from SQL::A is a way to specify an

RE: [Dbix-class] SQL::Abstract 1.x subqueries patch

2008-11-02 Thread Dami Laurent (PJ)
Hi, I confirm that subqueries are implemented in the 1.50RC branch (have a look at the LCHANGES section). Concerning tests : SQLA 1.50 often generates less parentheses than previous versions. So the output is equivalent in semantics, but not in surface syntax; as a result, the applications

[Dbix-class] ANNOUNCE: DBIx::DataModel 1.04

2008-09-26 Thread Dami Laurent (PJ)
Hi all, For info : DBIx::DataModel v1.04 has been released to CPAN. This is a major revision from previous v0.35, with several architectural changes and added functionalities. DBIx::DataModel is an Object-Relational mapping layer (ORM). Some of its strong points are : - UML-style declaration

RE: [Dbix-class] How to use arrays in database

2008-05-26 Thread Dami Laurent (PJ)
-Message d'origine- De : Lee Standen [mailto:[EMAIL PROTECTED] Envoyé : dimanche, 25. mai 2008 07:02 À : [EMAIL PROTECTED]; Class user and developer list Objet : Re: [Dbix-class] How to use arrays in database The problem, I think you'll find, is that the ARRAY columns supported by