We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ed69a9 + a9feb38 commit 55d5fc8Copy full SHA for 55d5fc8
articles/stream-analytics/stream-analytics-compatibility-level.md
@@ -86,6 +86,12 @@ The upsert behavior is *insert or replace*.
86
87
**1.2 level:** Values that do not fit into the target type are handled according to the output error policy.
88
89
+### Record and array serialization when writing to SQL output
90
+
91
+**Previous levels:** Records were written as "Record" and arrays were written as "Array".
92
93
+**1.2 level:** Records and arrays are serialized in JSON format.
94
95
### Strict validation of prefix of functions
96
97
**Previous levels:** There was no strict validation of function prefixes.
0 commit comments