Custom Query (27 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 27)

1 2 3 4 5 6 7 8 9
Ticket Resolution Summary Owner Reporter
#6 fixed pb with {6} All Tickets By Milestone (Including closed) Olivier Thauvin pinsard
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 :)

#5 worksforme transfert of cvs repository pinsard pinsard
Description
Error: Failed to load processor docbook
No macro or processor named 'docbook' found
#4 fixed upgrade to trac 0.9.5 somebody pinsard
Description

Trac 0.9.4 a une faille de sécurité qui a été corrigé dans la version 0.9.5 -- Olivier Thauvin

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