goInception icon indicating copy to clipboard operation
goInception copied to clipboard

parser: Fix high not precedence

Open zmix999 opened this issue 1 year ago • 1 comments

issues #629

zmix999 avatar May 24 '24 06:05 zmix999

支持范围能否再扩大点?mysql8创建字段已支持default (expression),目前审核如下SQL还是会报错

create table t_fun1(
    id int not null auto_increment primary key,
    val varchar(20) not null default '',
    val2 varchar(20) default (val)
)

xmabul avatar Mar 26 '25 07:03 xmabul

我找时间测试下

zmix999 avatar Mar 26 '25 07:03 zmix999

https://github.com/zmix999/goInception 可以看下我fork的分支

zmix999 avatar Mar 28 '25 01:03 zmix999