|
1 | 1 | # Local Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## 3.0.0 |
| 5 | +`2025-3-10` |
| 6 | + |
| 7 | +🔥🔥🔥【New Feature】AI Reconstruction |
| 8 | +>- Open Chat2DB Copilot with (ctrl/cmd)+k |
| 9 | +>- Significant improvement in natural language to SQL accuracy, enhanced self-correction capability and SQL generation accuracy assessment to avoid AI hallucinations |
| 10 | +>- Removed AI dataset dependency restrictions - start asking questions immediately after establishing data source connection, no manual AI dataset creation needed |
| 11 | +>- Direct answers to database queries - get data results immediately after asking without manual SQL execution |
| 12 | +>- Added debug functionality for database development to troubleshoot SQL development errors and provide solutions |
| 13 | +>- AI Q&A now supports 10+ cutting-edge models including code models, reasoning models and hybrid models with one-click switching |
| 14 | +>- Experience advanced models from major vendors in one Chat2DB tool without purchasing and switching between different vendors |
| 15 | +>- AI Q&A evolved beyond SQL copilot to a comprehensive office assistant - generate code in Python, Java and other languages using code models, get technical solutions using reasoning models |
| 16 | +>- AI Q&A not limited to single-round conversations - supports more context for multi-round dialogues |
| 17 | +
|
| 18 | +- 🔥【New Feature】Added ER diagram view for intuitive understanding of database structure |
| 19 | +- 🔥【New Feature】Left tree supports filtering database nodes to improve search efficiency |
| 20 | +- 🔥【New Feature】Query result sets can directly generate reports |
| 21 | +- ⭐【Optimization】Added search support for data selection, database and schema selection in editor |
| 22 | +- ⭐【Optimization】Optimized query result set - supports Cmd/Ctrl+S for data modification, Cmd/Ctrl+R for data refresh |
| 23 | +- ⭐【Optimization】Optimized result set scrollbar |
| 24 | +- ⭐【Optimization】Optimized data query efficiency |
| 25 | +- 🐞【Fixed】Fixed issue of not distinguishing between null and empty strings when copying result set data |
| 26 | +- 🐞【Fixed】Fixed window reopening as fullscreen instead of maximized after closing in maximized state |
| 27 | +- 🐞【Fixed】Fixed issue where result set data couldn't be batch deleted after clicking single line execution in console |
| 28 | +- 🐞【Fixed】Fixed field auto-completion issues caused by table name case sensitivity |
| 29 | +- 🐞【Fixed】Fixed issue of reserved keywords not being quoted in SQL completion |
| 30 | +- 🐞【Fixed】Fixed missing semicolon at end of Oracle anonymous block statements |
| 31 | +- 🐞【Fixed】Removed redundant index creation statements caused by primary keys and unique constraints in DM DDL view |
| 32 | +- 🐞【Fixed】Fixed SQL Server select...into statement not inserting all data |
| 33 | +- 🐞【Fixed】Fixed missing semicolon at end of SQL Server merge statements |
| 34 | +- 🐞【Fixed】Fixed SQL generation errors for TIME, DATETIME2, DATETIMEOFFSET types in SQL Server table modifications |
| 35 | +- 🐞【Fixed】Fixed SQL Server time type precision display |
| 36 | +- 🐞【Fixed】Fixed precision loss when querying time type data in SQL Server |
| 37 | + |
| 38 | + |
4 | 39 | ## 1.8.5 |
5 | 40 | `2025-1-13` |
6 | 41 | - ⭐【Optimization】Data export performance |
|
0 commit comments