mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-19 22:15:12 +08:00
✨ feat(sql-audit): 新增 SQL 审计中心并完善事务追踪
- 新增脱敏审计存储、筛选、保留策略、完整性校验与 JSON/CSV 导出 - 覆盖查询编辑器、事务、导入同步、对象操作、AI/MCP 与 Web 运行时入口 - 完善事务完整语句日志、Windows 快捷键映射及 SQL 分析布局 - 补充多语言、健康状态、数据目录迁移和回归测试
This commit is contained in:
@@ -11,6 +11,10 @@ export type PendingSqlEditorTransaction = {
|
||||
createdAt: number;
|
||||
autoCommitDueAt?: number | null;
|
||||
statementCount?: number;
|
||||
dbType?: string;
|
||||
dbName?: string;
|
||||
statements?: string[];
|
||||
executionDurationMs?: number;
|
||||
};
|
||||
|
||||
type QueryEditorTransactionToolbarProps = {
|
||||
|
||||
Reference in New Issue
Block a user