sqlsmith: handle user-defined schemas #54961
Labels
A-testing
Testing tools and infrastructure
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
sqlsmith only looks for tables in the
public
schema. With the the 20.2 release, it should also look in user-defined schemas.See
cockroach/pkg/internal/sqlsmith/schema.go
Lines 211 to 228 in 991893b
The text was updated successfully, but these errors were encountered: