-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support to Unicode characters for CDP table
- Loading branch information
Marimuthu Gurusamy
committed
Jan 29, 2025
1 parent
7b59ddc
commit f690c3a
Showing
6 changed files
with
206 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...crosoft.PowerFx.Connectors.Tests.Shared/Responses/SQL Server Get First Customers_Aßþ.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"@odata.context": "https://tip2-001.azure-apihub.net/apim/sql/5a6d0eb8c4dd44178c46d85caa5593dc/$metadata#datasets('pfxdev-sql.database.windows.net%2Cconnectortest')/tables('Customers')/items", | ||
"value": [ | ||
{ | ||
"@odata.etag": "", | ||
"ItemInternalId": "12a4c2d9-40f1-4840-8646-5955bbe6d705", | ||
"CustomerId": 1, | ||
"Name": "Luc", | ||
"Address": "Juign\u00e9", | ||
"Country": "France", | ||
"Phone": "+33241010101" | ||
}, | ||
{ | ||
"@odata.etag": "", | ||
"ItemInternalId": "12a4c2d9-40f1-4842-8646-5955bbe6d705", | ||
"CustomerId": 2, | ||
"Name": "Mike", | ||
"Address": "Aßþ", | ||
"Country": "USA", | ||
"Phone": "+1-425-705-0000" | ||
} | ||
] | ||
} |
63 changes: 63 additions & 0 deletions
63
...ts/Microsoft.PowerFx.Connectors.Tests.Shared/Responses/SQL Server Load Customers_Aßþ.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"name": "Customers_Aßþ", | ||
"title": "Customers_Aßþ", | ||
"x-ms-permission": "read-write", | ||
"x-ms-capabilities": { | ||
"sortRestrictions": { "sortable": true }, | ||
"filterRestrictions": { "filterable": true }, | ||
"selectRestrictions": { "selectable": true }, | ||
"filterFunctionSupport": [ "lt", "le", "eq", "ne", "gt", "ge", "min", "max", "countdistinct", "add", "sub", "mul", "div", "mod", "negate", "now", "not", "and", "or", "day", "month", "year", "hour", "minute", "second", "date", "time", "totaloffsetminutes", "totalseconds", "round", "floor", "ceiling", "contains", "startswith", "endswith", "length", "indexof", "replace", "substring", "substringof", "tolower", "toupper", "trim", "concat", "sum", "min", "max", "average", "countdistinct", "null" ] | ||
}, | ||
"schema": { | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"required": [ "Name" ], | ||
"properties": { | ||
"CustomerId": { | ||
"title": "CustomerId", | ||
"x-ms-capabilities": { "filterFunctions": [ "lt", "le", "eq", "ne", "gt", "ge", "min", "max", "countdistinct", "add", "sub", "mul", "div", "mod", "negate", "sum", "average" ] }, | ||
"type": "integer", | ||
"format": "int32", | ||
"minimum": -2147483648, | ||
"maximum": 2147483647, | ||
"x-ms-permission": "read-only", | ||
"x-ms-sort": "none" | ||
}, | ||
"Name": { | ||
"title": "Name", | ||
"x-ms-capabilities": { "filterFunctions": [ "lt", "le", "eq", "ne", "gt", "ge", "min", "max", "countdistinct", "contains", "startswith", "endswith", "length", "indexof", "replace", "substring", "substringof", "tolower", "toupper", "trim", "concat" ] }, | ||
"type": "string", | ||
"maxLength": 50, | ||
"x-ms-permission": "read-write", | ||
"x-ms-sort": "none" | ||
}, | ||
"Address": { | ||
"title": "Address", | ||
"x-ms-capabilities": { "filterFunctions": [ "lt", "le", "eq", "ne", "gt", "ge", "min", "max", "countdistinct", "contains", "startswith", "endswith", "length", "indexof", "replace", "substring", "substringof", "tolower", "toupper", "trim", "concat" ] }, | ||
"type": "string", | ||
"maxLength": 80, | ||
"x-ms-permission": "read-write", | ||
"x-ms-sort": "none" | ||
}, | ||
"Country": { | ||
"title": "Country", | ||
"x-ms-capabilities": { "filterFunctions": [ "lt", "le", "eq", "ne", "gt", "ge", "min", "max", "countdistinct", "contains", "startswith", "endswith", "length", "indexof", "replace", "substring", "substringof", "tolower", "toupper", "trim", "concat" ] }, | ||
"type": "string", | ||
"maxLength": 40, | ||
"x-ms-permission": "read-write", | ||
"x-ms-sort": "none" | ||
}, | ||
"Phone": { | ||
"title": "Phone", | ||
"x-ms-capabilities": { "filterFunctions": [ "lt", "le", "eq", "ne", "gt", "ge", "min", "max", "countdistinct", "contains", "startswith", "endswith", "length", "indexof", "replace", "substring", "substringof", "tolower", "toupper", "trim", "concat" ] }, | ||
"type": "string", | ||
"maxLength": 50, | ||
"x-ms-permission": "read-write", | ||
"x-ms-sort": "none" | ||
} | ||
} | ||
}, | ||
"x-ms-permission": "read-write" | ||
} | ||
} |