You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are handling it as byte[] data type and as a result, when using Edit Data for a table with this type of columns in Azure Data Studio, we will get an error indicating cannot convert string to byte[].
this issue is found while editing the OrganizationNode column of HumanResources.Employee table in adventureWorks database.
BTW, SSMS handles this data type properly.
The text was updated successfully, but these errors were encountered:
For the record, this was a feature that I didn't really understand at the time so I left it to be worked on later. Though I thought the logic for converting 0x* strings to byte[] was working correctly
we are handling it as byte[] data type and as a result, when using Edit Data for a table with this type of columns in Azure Data Studio, we will get an error indicating cannot convert string to byte[].
this issue is found while editing the OrganizationNode column of HumanResources.Employee table in adventureWorks database.
BTW, SSMS handles this data type properly.
The text was updated successfully, but these errors were encountered: