mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 03:29:12 -05:00
Fix mysql workbench tests
This commit is contained in:
@@ -11,7 +11,7 @@ export const viewsTests = [
|
||||
{
|
||||
q: "SELECT * FROM ::tableName ::col0 LIMIT :limit OFFSET :offset",
|
||||
p: { tableName: "dolt_schemas", col0: "id", limit: 10, offset: 0 },
|
||||
expectedErr: "table not found: dolt_schemas",
|
||||
res: [],
|
||||
},
|
||||
{
|
||||
q: "CREATE VIEW ::name AS SELECT * FROM test",
|
||||
|
||||
Reference in New Issue
Block a user