go-sqlsmith icon indicating copy to clipboard operation
go-sqlsmith copied to clipboard

go-sqlsmith is a port of sqlsmith

Results 7 go-sqlsmith issues
Sort by recently updated
recently updated
newest added

related to pingcap/tidb#28257 we now should change "github.com/pingcap/parser" to "github.com/pingcap/tidb/parser".

![image](https://user-images.githubusercontent.com/22973642/123787909-f7324080-d90d-11eb-9200-e426e0e34274.png) 看源码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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220425223048-2871e0cb64e4&new-version=0.7.0)](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...

dependencies

upgrade tidb and parser deps