go-sqlsmith
go-sqlsmith copied to clipboard
go-sqlsmith is a port of sqlsmith
related to pingcap/tidb#28257 we now should change "github.com/pingcap/parser" to "github.com/pingcap/tidb/parser".
示例参数不足?
 看源码LoadSchema函数也是有两个参数,所以这个地方是不是写错了呢
the total of the row size seems not to be considered. when applying some generated to MySAQ ```sql ALTER TABLE xhvphzlk ADD COLUMN (jhdldvmyj varchar(1566) NOT NULL) Error 1118: Row...
some generated statements are invalid, like ```sql ALTER TABLE kfdqp DROP INDEX ``` ```sql UPDATE bdlnuqa SET WHERE bdlnuqa.sfabcfwb="CCQFGEMOBLEDPGPIYWBVETIEG" ```
SQLSmith.Rand is used for some randomization, but not always. [This file](https://github.com/PingCAP-QE/go-sqlsmith/blob/master/util/rand.go) uses `math.rand` directly. This means that there is currently no way to exactly reproduce the outcome of SQLSmith.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
upgrade tidb and parser deps