Skip to content

3 bug fix

Choose a tag to compare

@foolfish3 foolfish3 released this 30 Dec 06:59
· 3 commits to master since this release

select 1
from x a
LEFT array join q as qq,y as yy
join y b on (1)
join z c using (a,b)
where 1

  1. 有多个join 其中第一个是on 后面有问题
  2. using 里面带括号且有多个字段的时候有问题
  3. left array join 有问题