We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1264078 commit a9feb38Copy full SHA for a9feb38
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