Skip to content

Releases: chat2db/Chat2DB

2.0.5

24 Jul 06:13
Compare
Choose a tag to compare

2.0.5

⭐ New Features

  • Supports 25 free uses of AIGC every day.
  • Support for querying data pagination.
  • Support switching between multiple databases in PostgreSQL.
  • Support for hot updating of client-side code allows for rapid bug fixes.

🐞 Bug Fixes

  • Default return alias for returned results Issue #270
  • Fixed around 100 bugs, of course, many were repetitive bugs.

⭐ 新特性

  • 支持每天 25 次免费使用 AIGC
  • 支持查询数据分页
  • 支持 PostgreSQL 数据库多个 database 的切换
  • 支持客户端代码热更新可以快速修复 bug
  • 支持客户端字体放大缩小

🐞 问题修复

  • 返回结果默认返回别名 Issue #270
  • 修复了 100 个左右的 bug,当然很多是重复 bug

v2.0.4

17 Jul 03:21
Compare
Choose a tag to compare

2.0.4

⭐ New Features

  • Support DB2 database
  • Support renaming after console saving
  • Support prompts during SQL execution

🐞 Bug Fixes

  • Fix the bug that the database in sqlserver is all numbers
  • Fix ssh connection bug

⭐ 新特性

  • 支持DB2数据库
  • 支持控制台保存后重命名
  • 支持SQL执行中提示

🐞 问题修复

  • 修复sqlserver中database全是数字的bug
  • 修复ssh连接 bug

2.0.2

11 Jul 16:34
Compare
Choose a tag to compare

⭐ New Features

  • Brand new AI binding process
  • Support for custom drivers

🐞 Bug Fixes

  • Optimized dataSource link editing
  • Enhanced error messages
  • Improved table selection interaction
  • Enhanced table experience

⭐ 新特性

  • 全新的AI绑定流程
  • 支持自定义驱动

🐞 问题修复

  • 优化 dataSource 链接编辑
  • 优化错误提示
  • 优化选表交互
  • 优化表格体验

2.0.1

03 Jul 15:05
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix bug where executing multiple SQL statements at once will prompt for exceptions
  • Fix getJDBCDriver error: null Issue #123
  • Fixing the Hive connection and then viewing columns results in an error. Issue #136

🐞 问题修复

  • 修复一次性执行多条SQL会提示异常的BUG
  • 修复 getJDBCDriver error: null Issue #123
  • 修复hive方式连接,然后查看columns报错 Issue #136

2.0.0

03 Jul 12:55
Compare
Choose a tag to compare

What's Changed

  • 🔥An intelligent solution that perfectly integrates SQL queries, AI assistant, and data analysis.
  • 🔥New focused mode experience for advanced datasource management.
  • AI integration of more LLM.
  • Bilingual in Chinese and English support for client.

更新内容

  • 🔥SQL查询、AI查询和数据报表完美集成的一体化解决方案设计与实现
  • 🔥数据源连接和管理进阶为专注模式的全新体验设计与实现
  • 🔥AI对话SQL升级为极简模式的全新交互设计与实现
  • 客户端AI体验重大升级,响应更多用户的诉求
  • 集成更多AI模型
  • 客户端双语支持
  • SQL查询基础功能优化
  • Issue问题修复