powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
73 stars 30 forks source link

Fix wrong counts in query details for queries on system objects #16

Closed champeric closed 8 years ago

champeric commented 8 years ago

We need to join on powa_statements with both queryid and dbid.

For queries on system objects, the queryid will be the same across databases.

Should fix #15 .

rjuju commented 8 years ago

Thanks!