* Fixed when ``multiparams`` are name synonyms in ``UPDATE`` statements. * Added support for ``similar`` queries added in debug toolbar base ``SQLPanel``.
0.1.4
~~~~~~~~~~~~~~~~~~
* Added template to be included in ``dist`` package.
0.1.3
~~~~~~~~~~~~~~~~~~
* Added a way to run ``SELECT`` and ``EXPLAIN`` to queries in debug toolbar. Tested in ``sqlite``, ``postgresql`` and ``oracle``.
0.1.2
~~~~~~~~~~~~~~~~~~
* Fix bug by attaching SQLAlchemy events at most once. Otherwise in some cases when multiple threads are used, event handlers ``deque`` would be mutated while other SQLAlchemy events are running since event handling is not thread-safe in SQA.
0.1.1
~~~~~~~~~~~~~~~~~~
* Fix bug which did not correctly track plain string clauses.