Skip to content

Commit c738949

Browse files
add spellcheck exceptions for csharp file
1 parent c614b91 commit c738949

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/integrations/language-clients/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ Property name matching with column type hints is case-sensitive. A property `Use
11701170
**Limitations (Binary mode only):**
11711171
- POCO types must be registered on the connection with `connection.RegisterJsonSerializationType<T>()` before serialization. Attempting to serialize an unregistered type throws `ClickHouseJsonSerializationException`.
11721172
- Dictionary and array/list properties require type hints in the column definition to be serialized correctly. Without hints, use String mode instead.
1173-
- Null values in POCO properties are only written when the path has a `Nullable(T)` type hint in the column definition. ClickHouse doesn't allow `Nullable` types inside dynamic JSON paths, so unhinted null properties are skipped.
1173+
- Null values in POCO properties are only written when the path has a `Nullable(T)` type hint in the column definition. ClickHouse doesn't allow `Nullable` types inside dynamic JSON paths, so un-hinted null properties are skipped.
11741174
- `ClickHouseJsonPath` and `ClickHouseJsonIgnore` attributes are ignored in String mode (they only work in Binary mode).
11751175

11761176
---

scripts/aspell-dict-file.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,17 @@ Oleg
10851085
sbyte
10861086
ulong
10871087
ushort
1088+
BatchSize
1089+
BearerToken
1090+
CustomHeaders
1091+
InsertOptions
1092+
JsonReadMode
1093+
JsonWriteMode
1094+
MaxDegreeOfParallelism
1095+
POCOs
1096+
QueryId
1097+
QueryOptions
1098+
ReadStringsAsByteArrays
10881099
--docs/whats-new/roadmap.md--
10891100
roadmaps
10901101
--docs/integrations/language-clients/python/index.md--

0 commit comments

Comments
 (0)