mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 03:10:26 -05:00
go/go.mod: Bump go-mysql-server; support prepared statements.
This commit is contained in:
@@ -478,6 +478,11 @@ func skipEngineTest(test enginetest.QueryTest) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
if test.Bindings != nil {
|
||||
// todo: support bindings in query diff
|
||||
return true
|
||||
}
|
||||
|
||||
lowerQuery := strings.ToLower(test.Query)
|
||||
if strings.Contains(lowerQuery, "myview1") {
|
||||
// todo: support for history table
|
||||
|
||||
Reference in New Issue
Block a user