Skip to content

Commit

Permalink
Put stuff back
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Oct 1, 2024
1 parent de23da2 commit aa52a5e
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 1,307 deletions.
2 changes: 0 additions & 2 deletions crates/configuration/src/version5/introspection.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,6 @@ WITH
unnest(c.conkey) as column_number
FROM
pg_catalog.pg_constraint as c
ORDER BY column_number
) AS c_unnest
INNER JOIN
columns col
Expand All @@ -1377,7 +1376,6 @@ WITH
unnest(c.confkey) as column_number
FROM
pg_catalog.pg_constraint as c
ORDER BY column_number
) AS c_unnest
INNER JOIN
columns col
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"type": "binary_comparison_operator",
"column": {
"type": "column",
"name": "series",
"name": "three",
"path": []
},
"operator": "_in",
"value": {
"type": "variable",
"name": "from"
"name": "array"
}
}
},
Expand All @@ -36,12 +36,12 @@
"variables": [
{
"from": 1,
"to": 2,
"to": 1,
"array": [1, 2, 3]
},
{
"from": 1,
"to": 6,
"to": 1,
"array": [4, 5, 6]
}
]
Expand Down
Loading

0 comments on commit aa52a5e

Please sign in to comment.