Skip to content

Commit

Permalink
Added input_format_json_throw_on_bad_escape_sequence field in `Clic…
Browse files Browse the repository at this point in the history
…khouseSettings` type (#355)
  • Loading branch information
emmanuel-bonin authored Nov 29, 2024
1 parent 45c357d commit 9594c18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client-common/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ interface ClickHouseServerSettings {
input_format_json_read_numbers_as_strings?: Bool
/** Allow to parse JSON objects as strings in JSON input formats */
input_format_json_read_objects_as_strings?: Bool
/** Throw an exception if JSON string contains bad escape sequence. If disabled, bad escape sequences will remain as is in the data. Default value - true. */
input_format_json_throw_on_bad_escape_sequence?: Bool
/** Try to infer numbers from string fields while schema inference */
input_format_json_try_infer_numbers_from_strings?: Bool
/** For JSON/JSONCompact/JSONColumnsWithMetadata input formats this controls whether format parser should check if data types from input metadata match data types of the corresponding columns from the table */
Expand Down

0 comments on commit 9594c18

Please sign in to comment.