File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Change Log
55This document records all notable changes to `SQL Explorer <https://github.com/explorerhq/sql-explorer >`_.
66This project adheres to `Semantic Versioning <https://semver.org/ >`_.
77
8- `5.3.0 (beta 2) `_ (2024-09-10 )
8+ `5.3.0 `_ (2024-09-24 )
99===========================
1010* `#664 `_: Improvements to the AI SQL Assistant:
1111
@@ -48,6 +48,8 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
4848 - Cmd+Shift+F (Windows: Ctrl+Shift+F)
4949 - The format button has been moved tobe a small icon towards the bottom-right of the SQL editor.
5050
51+ * `#675 `_ - fail gracefully when building the schema if a particular table cant be accessed by the connection
52+
5153`5.2.0 `_ (2024-08-19)
5254===========================
5355* `#651 `_: Ability to append an upload to a previously uploaded file/sqlite DB as a new table
@@ -707,5 +709,6 @@ Initial Release
707709.. _#567 : https://github.com/explorerhq/sql-explorer/issues/567
708710.. _#654 : https://github.com/explorerhq/sql-explorer/issues/654
709711.. _#653 : https://github.com/explorerhq/sql-explorer/issues/653
712+ .. _#675 : https://github.com/explorerhq/sql-explorer/issues/675
710713
711714.. _furo : https://github.com/pradyunsg/furo
Original file line number Diff line number Diff line change 22 "major" : 5 ,
33 "minor" : 3 ,
44 "patch" : 0 ,
5- "releaselevel" : "beta " ,
6- "serial" : 2
5+ "releaselevel" : "final " ,
6+ "serial" : 0
77}
88
99
You can’t perform that action at this time.
0 commit comments