Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Oct 9, 2023
1 parent 30958dc commit e3ea130
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 21 deletions.
74 changes: 61 additions & 13 deletions tests/testthat/_snaps/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,84 +264,132 @@
},
{
"constraint_name": 2,
"table_name": "tf_1",
"column_name": "a",
"ordinal_position": 1
},
{
"constraint_name": 3,
"table_name": "tf_2",
"column_name": "c",
"ordinal_position": 1
},
{
"constraint_name": 3,
"constraint_name": 4,
"table_name": "tf_2",
"column_name": "c",
"ordinal_position": 1
},
{
"constraint_name": 5,
"table_name": "tf_2",
"column_name": "d",
"ordinal_position": 1
},
{
"constraint_name": 4,
"constraint_name": 6,
"table_name": "tf_2",
"column_name": "e",
"ordinal_position": 1
},
{
"constraint_name": 4,
"constraint_name": 6,
"table_name": "tf_2",
"column_name": "e1",
"ordinal_position": 2
},
{
"constraint_name": 5,
"constraint_name": 7,
"table_name": "tf_3",
"column_name": "f",
"ordinal_position": 1
},
{
"constraint_name": 5,
"constraint_name": 7,
"table_name": "tf_3",
"column_name": "f1",
"ordinal_position": 2
},
{
"constraint_name": 6,
"constraint_name": 8,
"table_name": "tf_3",
"column_name": "f",
"ordinal_position": 1
},
{
"constraint_name": 8,
"table_name": "tf_3",
"column_name": "f1",
"ordinal_position": 2
},
{
"constraint_name": 9,
"table_name": "tf_3",
"column_name": "g",
"ordinal_position": 1
},
{
"constraint_name": 10,
"table_name": "tf_4",
"column_name": "h",
"ordinal_position": 1
},
{
"constraint_name": 7,
"constraint_name": 11,
"table_name": "tf_4",
"column_name": "h",
"ordinal_position": 1
},
{
"constraint_name": 12,
"table_name": "tf_4",
"column_name": "j",
"ordinal_position": 1
},
{
"constraint_name": 7,
"constraint_name": 12,
"table_name": "tf_4",
"column_name": "j1",
"ordinal_position": 2
},
{
"constraint_name": 8,
"constraint_name": 13,
"table_name": "tf_5",
"column_name": "k",
"ordinal_position": 1
},
{
"constraint_name": 9,
"constraint_name": 14,
"table_name": "tf_5",
"column_name": "k",
"ordinal_position": 1
},
{
"constraint_name": 15,
"table_name": "tf_5",
"column_name": "l",
"ordinal_position": 1
},
{
"constraint_name": 10,
"constraint_name": 16,
"table_name": "tf_5",
"column_name": "m",
"ordinal_position": 1
},
{
"constraint_name": 11,
"constraint_name": 17,
"table_name": "tf_6",
"column_name": "n",
"ordinal_position": 1
},
{
"constraint_name": 12,
"constraint_name": 18,
"table_name": "tf_6",
"column_name": "o",
"ordinal_position": 1
},
{
"constraint_name": 19,
"table_name": "tf_6",
"column_name": "o",
"ordinal_position": 1
Expand Down
16 changes: 8 additions & 8 deletions tests/testthat/_snaps/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,16 @@
TRY_CAST("g" AS VARCHAR(MAX)) AS "g"
FROM (
VALUES
('C', 2, 'one'),
('C', 3, 'two'),
('D', 4, 'three'),
('E', 5, 'four'),
('F', 6, 'five'),
('G', 7, 'six'),
('H', 7, 'seven'),
('I', 7, 'eight'),
('F', 6, 'five'),
('E', 5, 'four'),
('J', 10, 'nine'),
('K', 11, 'ten')
('C', 2, 'one'),
('H', 7, 'seven'),
('G', 7, 'six'),
('K', 11, 'ten'),
('D', 4, 'three'),
('C', 3, 'two')
) AS drvd("f", "f1", "g")
$load$tf_4
Expand Down

0 comments on commit e3ea130

Please sign in to comment.