diff --git a/README.md b/README.md index 2cdb282..83ad37e 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ clickhouse-cl supports automatic input and output format processing for the form | [Parquet](https://clickhouse.com/docs/en/sql-reference/formats#data-format-parquet) | :heavy_check_mark: |||| | [ParquetMetadata](https://clickhouse.com/docs/en/sql-reference/formats#parquetmetadata-data-format-parquet-metadata) | :heavy_check_mark: |||| | [Null](https://clickhouse.com/docs/en/sql-reference/formats#null) || :heavy_check_mark: ||| +| [XML](https://clickhouse.com/docs/en/sql-reference/formats#xml) || :heavy_check_mark: | string | Best viewed with `:console t` | | [LineAsString](https://clickhouse.com/docs/en/interfaces/formats/#lineasstring) | :heavy_check_mark: | :heavy_check_mark: | string || | [Markdown](https://clickhouse.com/docs/en/interfaces/formats/#markdown) || :heavy_check_mark: || Best viewed with `:console t` | diff --git a/clickhouse.asd b/clickhouse.asd index 0566e3d..c85de0a 100644 --- a/clickhouse.asd +++ b/clickhouse.asd @@ -2,7 +2,7 @@ :description "Common Lisp ClickHouse Client Library" :author "julio@clickhouse.com" :license "Apache-2.0" - :version "0.46.0" + :version "0.47.0" :depends-on (#:boost-json #:dexador #:lexer