Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 27)

1 2 3 4 5 6 7 8 9
Ticket Owner Reporter Resolution Summary
#6 Olivier Thauvin pinsard fixed pb with {6} All Tickets By Milestone (Including closed)
Description

pb soumis à Olivier

voici la copie de la fenêtre aprÚs avoir sélectionner {6} All Tickets By Milestone (Including closed)

A more complex example to show how to make advanced reports.

Report execution failed: ERREUR: la colonne ?modified? n'existe pas SELECT
 p.value AS __color__, t.milestone AS __group__, (CASE status WHEN 'closed'
 THEN 'color: #777; background: #ddd; border-color: #ccc;' ELSE (CASE owner
 WHEN 'pinsard' THEN 'font-weight: bold' END) END) AS __style__, id AS
 ticket, summary, component, status, resolution,version, t.type AS type,
 priority, owner, changetime AS modified, time AS _time,reporter AS
 _reporter FROM ticket t,enum p WHERE p.name=t.priority AND
 p.type='priority' ORDER BY (milestone IS NULL), milestone DESC, (status >
'closed'), (CASE status WHEN 'closed' THEN modified ELSE (-1)*p.value END)
'closed'), (CASE status WHEN 'closed' THEN changelogtime ELSE 
(-1)*p.value::int END)
 DESC

réponse d'Olivier

Oui, je l'ai corrigé pour Docipsl celle là, en gros c'est une syntaxe SQL accepté par SQLite je pense mais par postgres, elle est facile à corriger pour peu qu'on connaisse le SQL:

  • renommer un colonne dans la requete,
  • ajouter un cast explicite text => int

J'ai mis la ligne corrigé au dessus pour info.

J'ai corrigé pour saxo grace à mes super pouvoir d'admin postgres :)

#7 pinsard pinsard worksforme upgrade according to cerbere.lodyc.jussieu.fr:/usr/home/smasson/IDL_RD/
Description
Error: Failed to load processor docbook
No macro or processor named 'docbook' found
#11 pinsard pinsard worksforme http://forge.ipsl.jussieu.fr/saxo/download/ is the new reference directory for tar file(s)
Description

In order to provide a alternative to svn checkout, we need a accessible space where end users can get SAXO in a tar file.

Since now the tar files were on personal web page of Sébastien Masson.

I create forge.ipsl.jussieu.fr:/ipsl/forge/projets/saxo/download with read and acces permission for others and Olivier Thauvin

configure something so now http://forge.ipsl.jussieu.fr/saxo/download/ is new reference directory for tar file(s).

1 2 3 4 5 6 7 8 9
Note: See TracQuery for help on using queries.