Skip to content

v0.6.2-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@hanchuanchuan hanchuanchuan released this 18 Apr 11:08
· 872 commits to master since this release

Update

  • 添加不支持的语法警告(create table as和create table select)
  • 实现alter多子句时的表结构变化支持,如drop column后跟add column

Fix

  • 修复explain返回null列时报错的问题
  • 修复索引的唯一标识设置错误问题