Skip to content

Commit

Permalink
DOCS-16282: Add BSON binary subtype 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbevi authored Jan 31, 2024
1 parent 8560689 commit 19114aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@ <h3>Non-terminals</h3>
<td class="fix ex">"\x07"</td>
<td>Compressed BSON column</td>
</tr>
<tr>
<td class="fix nt"></td>
<td class="fix op">|</td>
<td class="fix ex">"\x08"</td>
<td>Sensitive</td>
</tr>
<tr>
<td class="fix nt"></td>
<td class="fix op">|</td>
Expand Down Expand Up @@ -336,4 +342,4 @@ <h3>Notes</h3>
} catch(err) {}
</script>
</body>
</html>
</html>

0 comments on commit 19114aa

Please sign in to comment.