Skip to content

v0.7.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@hanchuanchuan hanchuanchuan released this 04 May 13:23
· 825 commits to master since this release

Update

  • 优化json类型字段处理逻辑,不再检查其默认值和NOT NULL约束 (#7, #22)
  • 优化insert select审核逻辑

Fix

  • 修复和完善add column(...)语法支持
  • 修复开启osc时,alter语句有多余空格时执行失败的bug

New Features

  • 添加enable_null_index_name参数,允许不指定索引名 (#25)
  • 添加语法树打印功能(beta) (#21)