Обсуждение: Bug in Report on Statistcs

Поиск
Список
Период
Сортировка

Bug in Report on Statistcs

От
Erwin Brandstetter
Дата:
Hi developers! Hi Dave!

Still testing preBeta4 rev.5508:5517

There seems to be a bug in the the report utility. Creating a statistics 
report on a database creates an empty report (header only) at first. 
After I have created a "statistics" report on an other object, like an 
index, that creates an actual report, I try the statistics report on the 
database object again. Now it erroneously writes the data of the 
previous statistics report into the report for the database.
It keeps doing that for any number of statistic reports on various 
databases.
Creating the report from context menu or from the menu does not make any 
difference.
It happens with XHTML and XML reports alike.


Regards
Erwin



Re: Bug in Report on Statistcs

От
"Dave Page"
Дата:
> There seems to be a bug in the the report utility. Creating
> a statistics report on a database creates an empty report
> (header only) at first. After I have created a "statistics"
> report on an other object, like an index, that creates an
> actual report, I try the statistics report on the database
> object again. Now it erroneously writes the data of the previous
> statistics report into the report for the database. It keeps
> doing that for any number of statistic reports on various
> databases. Creating the report from context menu or from the
> menu does not make any difference.
> It happens with XHTML and XML reports alike.

There are no stats on an individual database object (DB stats are shown
on the Databases collection), so the error here is allowing you to
create the report in the first place. I've fixed this in SVN.

Thanks, Dave