-
Notifications
You must be signed in to change notification settings - Fork 330
-
|
I wonder what is the current status for parameters with I've tested both Azure SQL Db (highest available compat level 170) and Azure SQL Managed Instance (with
Looks like the only way to pass JSON to server is to use literal or string-typed parameter. type 35 (SqlJson) is not handled by server and JsonDocument despite different code pathes on client - fails on both. Also looking at #2622 I observe that nor
|
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Looks like discussion in #2665 contains some details on lack of JsonDocument support and Stream support
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @MaceWindu, we'll discuss internally and get back to you with the documentation plan as JSON rolls out. Thanks!
Beta Was this translation helpful? Give feedback.