Actions
Bug #4089
closedA query about execution date of reports still use old parameters
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When the function to get execution date of nodes from the database is called there is an error launched:
bad SQL grammar [select distinct date from reportsexecution where nodeId = ? and date >= ? and executiontimestamp < ? order by executiontimestamp ]; nested exception is org.postgresql.util.PSQLExceptio n: ERREUR: la colonne ? executiontimestamp ? n'existe pas
the column executiontimestamp does not exists in the new reportsExecution table (#3945]
change executionTimestamp to date repair the query
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/351
Pull request here: https://github.com/Normation/rudder/pull/351
Updated by François ARMAND about 11 years ago
- Assignee changed from François ARMAND to Nicolas CHARLES
I believe Nicolas will be better up to validate that one.
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset d41d9ee06b5de24391a940f086a319878336a18f.
Updated by Nicolas CHARLES about 11 years ago
Applied in changeset aebdad04d91d03feb86b5ca5ba8543dab04a41bc.
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.8.0~rc1, which was released on Friday 25/10/2013.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000057.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog28
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions