Lipson

Results 13 comments of Lipson

roadmap[http://fis.baidu.com/docs/advance/roadmap.html#%E5%9F%9F%E5%90%8D%E9%85%8D%E7%BD%AE] 文档链接挂了

是同个表有两个now导致的,我暴力的删除掉create的默认值。代码是推上去了。提交了pull request

> I think this problem may be related to the old Linux kernel, but I can't confirm it yet. thanks reply. I really need help. older versions like 1.21.x or...

> Maybe #32628 can resolve this. I found gitea hard to set up cross-compilation env. especially the gcc. is there a docker or some way for me to build with...

I try branch master merge #32628 run `GOOS=linux CGO_ENABLED=0 GOARCH=arm5 TAGS="bindata" make build` and out put: ``` Running go generate... bindata for migration already up-to-date bindata for options already up-to-date...

> GOARM=5 GOARCH=arm > > That should select the correct architecture Thanks to [eeyrjmr](https://github.com/eeyrjmr). it's right. I have been build a arm5 version with go pure sqlite and it can...