Skip to content

Commit 2626927

Browse files
committed
add issue url and issue # fmt
1 parent 0734b06 commit 2626927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11238,7 +11238,8 @@ where
1123811238
},
1123911239
},
1124011240
{
11241-
Name: "UNION column mapping bug - issue 9628",
11241+
// https://github.com/dolthub/dolt/issues/9628
11242+
Name: "UNION column mapping bug dolt#9628",
1124211243
SetUpScript: []string{
1124311244
"CREATE TABLE report_card (id INT PRIMARY KEY, name VARCHAR(255), entity_id INT, dashboard_id INT, description TEXT, display TEXT, collection_preview TEXT, dataset_query TEXT, collection_id INT, archived_directly BOOLEAN DEFAULT FALSE, collection_position INT, database_id INT, archived BOOLEAN DEFAULT FALSE, last_used_at DATETIME, table_id INT, query_type VARCHAR(50), type VARCHAR(50))",
1124411245
"CREATE TABLE collection (id INT PRIMARY KEY, name VARCHAR(255), entity_id INT, location VARCHAR(500), authority_level VARCHAR(50), personal_owner_id INT, archived_directly BOOLEAN DEFAULT FALSE, type VARCHAR(50), archived BOOLEAN DEFAULT FALSE, namespace VARCHAR(100))",

0 commit comments

Comments
 (0)