Version 8.2

This is a bugfix release on top of the previous version. Here are the fixes that were done :

  • When tracing in real-time, disable the auto-scroll if a custom sorting is used on any columns. Auto-scroll basically scroll to bottom to always show the latest queries when the grid is sorted by time ascending, but if you’re sorting by any other columns this behaviour is unneeded and needed to be manually disabled in the previous version through the menu.
  • Small popup windows, like about, open trace from database and the form that request the connection information now cannot be minimized – they can only be closed to confirm or cancel the action.
  • When processing the trace data, sql parameters for the field type varchar and nvarchar with a value containing only a comma failed to be properly parsed. This version properly supports these sql queries.