-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
104 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
template: overrides/main.html | ||
--- | ||
|
||
DBM Version for `1.12.0` is released! | ||
|
||
Release Time: `2022-03-18` | ||
|
||
#### Enhancement | ||
|
||
--- | ||
|
||
- Support visual construction of data table and configuration of optional parameters | ||
- Add data source list to display service version information | ||
- Add editor execution status feedback | ||
- Add ancillary information such as execution result and time | ||
- SQL shortcut keys can be executed by Ctrl+Enter [#102](https://github.com/EdurtIO/dbm/issues/102) | ||
- Support for data source maxTotal configuration (experimental) [#102](https://github.com/EdurtIO/dbm/issues/102) | ||
- Add `SHOW PARTITIONS` quick query | ||
- The `EXPLAIN` command is supported | ||
- Metadata management delete data table supports quick input of table name | ||
|
||
#### Docs | ||
|
||
--- | ||
|
||
- Add contributing software documentation guide | ||
|
||
#### Optimize | ||
|
||
---- | ||
|
||
- Optimized the display of metadata management disk usage | ||
- Merge Query Select the query & query function | ||
|
||
#### Bug | ||
|
||
--- | ||
|
||
- Fixed data source not paging problem in quick query | ||
- Fixed the problem that metadata information cannot be distinguished due to multiple selections | ||
- Fix top menu style exception | ||
- Fix the problem that the metadata operation node is not refreshed [#101](https://github.com/EdurtIO/dbm/issues/101) | ||
|
||
#### UI | ||
|
||
--- | ||
|
||
- New data source window layout | ||
- Add nine editor themes | ||
- Execute button to add shortcut key prompt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
template: overrides/main.html | ||
--- | ||
|
||
DBM `1.12.0` 版本发布! | ||
|
||
发布时间: `2022-03-18` | ||
|
||
#### 功能 (增强) | ||
--- | ||
|
||
- 支持数据表的可视化构造和可选参数的配置 | ||
- 添加数据源列表,显示服务版本信息 | ||
- 添加编辑器执行状态反馈 | ||
- 增加执行结果、时间等辅助信息 | ||
- SQL快捷键可以通过Ctrl+Enter执行 [#102](https://github.com/EdurtIO/dbm/issues/102) | ||
- 支持数据源maxTotal配置(实验性) [#102](https://github.com/EdurtIO/dbm/issues/102) | ||
- 添加 `SHOW PARTITIONS` 快速查询 | ||
- 支持 `EXPLAIN` 命令 | ||
- 元数据管理删除数据表支持快速输入表名 | ||
|
||
#### 文档 | ||
|
||
--- | ||
|
||
- 添加软件文档贡献指南 | ||
|
||
#### 优化 | ||
|
||
---- | ||
|
||
- 优化了元数据管理磁盘使用情况的显示 | ||
- 合并选择查询和查询功能 | ||
|
||
#### Bug | ||
|
||
--- | ||
|
||
- 修复了快速查询中数据源不分页的问题 | ||
- 修复了由于多次选择而无法区分元数据信息的问题 | ||
- 修复顶部菜单样式异常 | ||
- 修复元数据操作节点未刷新的问题 [#101](https://github.com/EdurtIO/dbm/issues/101) | ||
|
||
#### UI | ||
|
||
--- | ||
|
||
- 数据源窗口布局 | ||
- 添加九个编辑器主题 | ||
- 执行按钮添加快捷键提示 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters