Skip to content

Releases: JustinPealing/html-query-plan

Bundled XSLT into qp.js

10 Oct 21:19
Compare
Choose a tag to compare

To make it easier to use the XSLT stylesheet has been embedded into qp.js - plans can now be displayed directly from JavaScript, no XSLT required:

<div id="container"></div>
<script>
    QP.showPlan(document.getElementById("container"), '<ShowPlanXML...');
</script>

This release is backwards compatible, and so the XSLT stylesheet and QP.drawLines will still work as they do in the 1.0 release.

In addition this release includes a number of bugfixes and enhancements:

  • #12, Connecting Lines not being drawn correctly
  • #1 & #7, Cost percentages calculated incorrectly
  • #9 & #11, Show "TOP" expressions and seek predicates in tooltips
  • #5, Use a sprite map to reduce number of image downloads

See Milestone 1.1 for a complete list of changes.

February 2011

16 Sep 11:02
Compare
Choose a tag to compare

This is the original version, which has been available since February 2011.