Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions mintlify/changelog/bytebase-3-12-2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Bytebase 3.12.2 - Dec 4, 2025
author: Adela
updated_at: 2025/12/04 18:00:00
description: 'Improvements and Bug Fixes'
---

import InstallUpgrade from '/snippets/install/install-upgrade.mdx';

## 🎄 Enhancements

- Enhance database and query permission checks.
- Improve selector performance with lazy loading for large workspaces.
- **SQL Server** - Add [visualized EXPLAIN support](/sql-editor/run-queries#explain-query) in SQL Editor.
- **Doris** - Improve syntax compatibility.

## 🐞 Bug Fixes

- Prevent DML statements from being incorrectly wrapped in CTEs in SQL Editor.
- Fix popup handling for database change statements in SQL Editor.
- Improve and isolate SQL Editor state management across browser tabs.
- Format Cassandra, Spanner, and ClickHouse result data instead of showing raw protobuf.

<InstallUpgrade />
1 change: 1 addition & 0 deletions mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
{
"tab": "Changelog",
"pages": [
"changelog/bytebase-3-12-2",
"changelog/bytebase-3-12-1",
"changelog/bytebase-3-12-0",
"changelog/bytebase-3-11-1",
Expand Down