Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 12, 2024
1 parent 7e0b162 commit 022db5c
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions crates/ndc-sqlserver/tests/snapshots/schema_tests__get_schema.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ expression: result
{
"scalar_types": {
"bigint": {
"representation": {
"type": "int64"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -118,6 +121,9 @@ expression: result
}
},
"binary": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -183,6 +189,9 @@ expression: result
}
},
"bit": {
"representation": {
"type": "boolean"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -248,6 +257,9 @@ expression: result
}
},
"char": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -339,6 +351,9 @@ expression: result
}
},
"date": {
"representation": {
"type": "date"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -404,6 +419,9 @@ expression: result
}
},
"datetime": {
"representation": {
"type": "timestamp"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -481,6 +499,9 @@ expression: result
}
},
"datetime2": {
"representation": {
"type": "timestamp"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -546,6 +567,9 @@ expression: result
}
},
"datetimeoffset": {
"representation": {
"type": "timestamptz"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -611,6 +635,9 @@ expression: result
}
},
"decimal": {
"representation": {
"type": "bigdecimal"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -724,6 +751,9 @@ expression: result
}
},
"float": {
"representation": {
"type": "float64"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1032,6 +1062,9 @@ expression: result
}
},
"image": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"COUNT_BIG": {
"result_type": {
Expand All @@ -1050,6 +1083,9 @@ expression: result
}
},
"int": {
"representation": {
"type": "int32"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1167,6 +1203,9 @@ expression: result
"comparison_operators": {}
},
"money": {
"representation": {
"type": "bigdecimal"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1280,6 +1319,9 @@ expression: result
}
},
"nchar": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1359,6 +1401,9 @@ expression: result
}
},
"ntext": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"COUNT_BIG": {
"result_type": {
Expand Down Expand Up @@ -1391,6 +1436,9 @@ expression: result
}
},
"numeric": {
"representation": {
"type": "bigdecimal"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1492,6 +1540,9 @@ expression: result
}
},
"nvarchar": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1571,6 +1622,9 @@ expression: result
}
},
"real": {
"representation": {
"type": "float32"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1684,6 +1738,9 @@ expression: result
}
},
"smalldatetime": {
"representation": {
"type": "timestamp"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1749,6 +1806,9 @@ expression: result
}
},
"smallint": {
"representation": {
"type": "int16"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -1862,6 +1922,9 @@ expression: result
}
},
"smallmoney": {
"representation": {
"type": "bigdecimal"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -2099,6 +2162,9 @@ expression: result
}
},
"text": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"COUNT_BIG": {
"result_type": {
Expand Down Expand Up @@ -2143,6 +2209,9 @@ expression: result
}
},
"time": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -2208,6 +2277,9 @@ expression: result
}
},
"timestamp": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -2273,6 +2345,9 @@ expression: result
}
},
"tinyint": {
"representation": {
"type": "int16"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -2386,6 +2461,9 @@ expression: result
}
},
"uniqueidentifier": {
"representation": {
"type": "uuid"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -2463,6 +2541,9 @@ expression: result
}
},
"varbinary": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -2528,6 +2609,9 @@ expression: result
}
},
"varchar": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down Expand Up @@ -2619,6 +2703,9 @@ expression: result
}
},
"xml": {
"representation": {
"type": "string"
},
"aggregate_functions": {
"APPROX_COUNT_DISTINCT": {
"result_type": {
Expand Down

0 comments on commit 022db5c

Please sign in to comment.