You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Multiple tags per connection**: Assign several tags in the connection form and filter the welcome list by tag with Match Any or Match All (#744)
11
+
-**Per-column value filter**: Click the funnel icon on a column header to pick which loaded values to show, across several columns at once. It filters loaded rows without re-querying (#1454)
12
+
-**Elasticsearch support**: Connect to 7.x and 8.x, browse indices, run Query DSL in a console, and edit documents in the data grid. Install from Settings > Plugins (#1529)
13
+
-**ER diagram cardinality**: Relationships show one-to-one, one-to-many, and optional variants in crow's foot notation, read from primary keys and unique indexes. Junction tables collapse into a single many-to-many link, with a toolbar toggle to expand them (#1335)
14
+
-**Export ER diagram to SQL**: A toolbar button opens a query tab with CREATE TABLE and foreign key statements for the current schema (#1335)
15
+
16
+
### Improvements
17
+
18
+
- The connection switcher and welcome list now show each connection's tags and group (#1323)
19
+
- The ER diagram uses a more compact layout, keeps foreign-key-linked tables together, and tints each connected group with its own header color (#1755)
20
+
- When an Oracle server drops the connection during login, the error dialog shows which handshake phase it stopped at, which helps diagnose Oracle 11g (#1746)
21
+
22
+
### Bug Fixes
23
+
24
+
- Opening a new query tab now puts keyboard focus in the SQL editor instead of the sidebar filter, so you can type right away (#1765)
25
+
- Raw filters in the data grid now work on document and key-value databases; the typed text was dropped before reaching the driver (#1529)
26
+
- Connecting to Oracle no longer crashes on certain server values during the handshake; a bad packet now fails the connection with an error (#1746)
27
+
- Following a foreign key into another schema now opens the correct table on SQL Server and Oracle, instead of the default schema (#1754)
28
+
- Browsing or editing a SQL Server or Oracle table outside the default schema no longer fails with "Invalid object name" or writes to the wrong table (#1754)
0 commit comments