Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Shilov <[email protected]>
  • Loading branch information
shlima committed Nov 20, 2022
1 parent 9cd8202 commit b2fb6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
`ClickHouse.connection.insert("table", [{id: 1})]` (for ruby < 3.0 use `ClickHouse.connection.insert("table", [{id: 1}], {})`)
* 🔥 Added config option `json_serializer` (one of `ClickHouse::Serializer::JsonSerializer`, `ClickHouse::Serializer::JsonOjSerializer`)
* 🔥 Added config option `symbolize_keys`
* 🔥 Added type serialization, example below:
* 🔥 Added type serialization for INSERT statements, example below:

```sql
CREATE TABLE assets(visible Boolean, tags Array(Nullable(String))) ENGINE Memory

0 comments on commit b2fb6bc

Please sign in to comment.