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
Copy file name to clipboardExpand all lines: docs/changelog.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ rss: true
8
8
### New Features
9
9
10
10
-**Microsoft SQL Server Support**: Connect to SQL Server 2017+ databases via FreeTDS with schema browsing, table structure, indexes, foreign keys, and paginated queries
11
+
-**Edit and Delete Without Primary Key**: Edit and delete rows in tables that don't have a primary key
12
+
13
+
### Bug Fixes
14
+
15
+
- Fixed MSSQL connection losing selected database after disconnect and reconnect when no default database is configured
16
+
- Fixed DELETE operations on tables without a primary key being silently dropped when row data is missing
17
+
- Fixed high CPU and RAM usage on app launch from blocking storage init, unsynchronized health monitors, and excessive retry loops
18
+
- Fixed slow database switcher loading by replacing N+1 metadata queries with single batched queries
19
+
- Fixed slow Redis key browsing by pipelining TYPE and TTL commands in a single round trip
20
+
- Fixed slow SQL export startup by batching COUNT(*) queries and dependent lookups
21
+
- Fixed slow AI Chat schema loading by fetching all foreign keys in a single bulk query
22
+
- Fixed O(n) string operations causing high CPU in geometry parsing, Redis driver, and autocomplete scoring
Copy file name to clipboardExpand all lines: docs/vi/changelog.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ rss: true
8
8
### Tính năng mới
9
9
10
10
-**Hỗ trợ Microsoft SQL Server**: Kết nối đến cơ sở dữ liệu SQL Server 2017+ qua FreeTDS với duyệt schema, cấu trúc bảng, chỉ mục, khóa ngoại và truy vấn phân trang
11
+
-**Sửa và xóa không cần khóa chính**: Sửa và xóa hàng trong bảng không có khóa chính
12
+
13
+
### Sửa lỗi
14
+
15
+
- Sửa lỗi kết nối MSSQL mất cơ sở dữ liệu đã chọn sau khi ngắt kết nối và kết nối lại khi không có cơ sở dữ liệu mặc định
16
+
- Sửa lỗi thao tác DELETE trên bảng không có khóa chính bị bỏ qua khi thiếu dữ liệu hàng
17
+
- Sửa lỗi CPU và RAM cao khi khởi động ứng dụng do khởi tạo storage bị chặn, health monitor không đồng bộ và vòng lặp thử lại quá nhiều
18
+
- Sửa lỗi tải chậm trình chuyển đổi cơ sở dữ liệu bằng cách thay thế N+1 truy vấn metadata bằng truy vấn gộp
19
+
- Sửa lỗi duyệt key Redis chậm bằng cách gộp lệnh TYPE và TTL trong một lượt gửi
20
+
- Sửa lỗi khởi động xuất SQL chậm bằng cách gộp truy vấn COUNT(*) và các truy vấn phụ thuộc
21
+
- Sửa lỗi tải schema AI Chat chậm bằng cách lấy tất cả khóa ngoại trong một truy vấn gộp
22
+
- Sửa lỗi thao tác chuỗi O(n) gây CPU cao trong phân tích geometry, Redis driver và chấm điểm autocomplete
11
23
</Update>
12
24
13
25
<Updatelabel="4 tháng 3, 2026"description="v0.13.0">
0 commit comments