Skip to content

Commit

Permalink
5.1.1 (#656)
Browse files Browse the repository at this point in the history
* fixes 654 and 653. Also fixes error message UI on query template

* 5.1.1

* history file
  • Loading branch information
chrisclark authored Aug 2, 2024
1 parent f15a171 commit 3546dbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
* `#654`_: Bugfix: Parameterized query does not work for viewers
* `#653`_: Bugfix: Schema search not visible anymore
* Bugfix: Error messages in query.html were floating in the wrong spot
* `#555`_: Prevent queries with many thousands of results from being punishingly slow. The number of data points in
the chart now matches the number of data points in the preview pane.

`5.1.0`_ (2024-07-30)
===========================
Expand Down Expand Up @@ -612,6 +614,7 @@ Initial Release
.. _#649: https://github.com/explorerhq/sql-explorer/pull/649
.. _#635: https://github.com/explorerhq/sql-explorer/pull/635
.. _#636: https://github.com/explorerhq/sql-explorer/pull/636
.. _#555: https://github.com/explorerhq/sql-explorer/pull/555

.. _#269: https://github.com/explorerhq/sql-explorer/issues/269
.. _#288: https://github.com/explorerhq/sql-explorer/issues/288
Expand Down

0 comments on commit 3546dbf

Please sign in to comment.