Skip to content

Commit 5c49b41

Browse files
authored
Merge pull request #2126 from dolthub/fulghum/bugfix
Add tests for `SHOW TABLES` bug
2 parents daf377e + 8ea8d27 commit 5c49b41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testing/go/show_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ func TestShowTables(t *testing.T) {
159159
{
160160
Name: "show tables in single schema",
161161
SetUpScript: []string{
162+
// Create a sequence to ensure it isn't included
163+
`CREATE SEQUENCE seq1;`,
162164
`CREATE TABLE t1 (a INT PRIMARY KEY, name TEXT)`,
163165
`CREATE TABLE t2 (b INT PRIMARY KEY, name TEXT)`,
164166
`create schema schema2`,

0 commit comments

Comments
 (0)