aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/runtime/instructions_tmpl_data.go
Commit message (Collapse)AuthorAgeFilesLines
* core: vm: sqlvm: add op testcases with templateMeng-Ying Yang2019-05-061-0/+2934
We reduce code of funtion call and nested struct initialization by generating testcases with go template system. Run `go run cmd/gen-op-test/main.go` first before testing instructions, and commit generated code for fully testing on CI.