Ticket #579 (closed enhancement: fixed)

Opened 2 months ago

Last modified 1 week ago

Clause GROUP BY dans JDaoConditions

Reported by: thomas Assigned to:
Priority: normal Milestone: Jelix 1.1 beta 1
Component: jelix:dao Version: trunk
Severity: minor Keywords:
Cc: Php version:
Review: review+ Hosting Provider:
Documentation needed: 1 Blocking:

Description

Mettre à une disposition une méthode permettant d'ajouter des propriétés dans la clause GROUP BY de la requête.

Attachments

579-jDaoConditions-group.diff (2.0 kB) - added by thomas on 05/11/08 20:31:34.

Change History

05/11/08 20:31:34 changed by thomas

  • attachment 579-jDaoConditions-group.diff added.

06/24/08 12:47:43 changed by nuks

  • docneeded set to 1.

06/24/08 12:52:07 changed by nuks

Usage ?:

<group>
     <groupitem property="foo" way="expr" />
</group>

06/24/08 13:12:12 changed by nuks

  • blocking set to #630.

usage:

<group>
     <groupitem property="foo" />
</group>

Il faudrait ajouter having aussi.

06/24/08 14:51:14 changed by thomas

Le patch permet seulement d'utiliser une clause GROUP BY avec l'objet jDaoConditions et non de la définir dans un fichier de DAO.

usage:

 $cond = jDao::createConditions();
 $cond->addItemGroup('foo');

06/25/08 21:30:38 changed by laurentj

  • blocking deleted.

06/25/08 21:33:40 changed by laurentj

  • review set to review?.

06/25/08 21:36:00 changed by nuks

Ok merci thomas :)

07/11/08 16:20:35 changed by laurentj

  • review changed from review? to review+.
  • severity changed from normal to minor.
  • milestone set to Jelix 1.1 beta 1.

Ok pour moi

07/11/08 23:53:17 changed by bastnic

  • status changed from new to closed.
  • resolution set to fixed.

done

Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed