Shirly Radco has uploaded a new change for review.

Change subject: reports: changed br10a delete_date condition
......................................................................

reports: changed br10a delete_date condition

Changed the report query delete_date condition.

Change-Id: Icb0a4bb3a6c87f840715fb37c0b4ef2d41f89ee4
Signed-off-by: Shirly Radco <[email protected]>
---
M 
packaging/ovirt-reports/resources/Reports/Trend/Virtual_machines/single_vm_resources_over_time_BR10A_files/single_vm_resources_over_time_BR10A_jrxml.data
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/02/28002/1

diff --git 
a/packaging/ovirt-reports/resources/Reports/Trend/Virtual_machines/single_vm_resources_over_time_BR10A_files/single_vm_resources_over_time_BR10A_jrxml.data
 
b/packaging/ovirt-reports/resources/Reports/Trend/Virtual_machines/single_vm_resources_over_time_BR10A_files/single_vm_resources_over_time_BR10A_jrxml.data
index 5d69458..b39ec58 100644
--- 
a/packaging/ovirt-reports/resources/Reports/Trend/Virtual_machines/single_vm_resources_over_time_BR10A_files/single_vm_resources_over_time_BR10A_jrxml.data
+++ 
b/packaging/ovirt-reports/resources/Reports/Trend/Virtual_machines/single_vm_resources_over_time_BR10A_files/single_vm_resources_over_time_BR10A_jrxml.data
@@ -281,7 +281,7 @@
                                     THEN CAST ( $P{P_Start_Date} AS TIMESTAMP 
) + interval '1 year'
                             END
                         AND (
-                            delete_date <= CAST( $P{P_Start_Date} AS TIMESTAMP 
)
+                            delete_date > CAST( $P{P_Start_Date} AS TIMESTAMP )
                             OR
                             delete_date IS NULL
                         )
@@ -513,7 +513,7 @@
                                     THEN CAST ( $P{P_Start_Date} AS TIMESTAMP 
) + interval '1 year'
                             END
                         AND (
-                            delete_date <= CAST ( $P{P_Start_Date} AS 
TIMESTAMP )
+                            delete_date > CAST ( $P{P_Start_Date} AS TIMESTAMP 
)
                             OR
                             delete_date IS NULL
                         )


-- 
To view, visit http://gerrit.ovirt.org/28002
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb0a4bb3a6c87f840715fb37c0b4ef2d41f89ee4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Shirly Radco <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to