diff --git a/README.md b/README.md index be38a43..2cdb282 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,8 @@ clickhouse-cl supports automatic input and output format processing for the form | [PrettySpaceMonoBlock](https://clickhouse.com/docs/en/interfaces/formats/#prettyspacemonoblock) || :heavy_check_mark: || Best viewed with `:console t` | | [PrettySpaceNoEscapesMonoBlock](https://clickhouse.com/docs/en/interfaces/formats/#prettyspacenoescapesmonoblock) || :heavy_check_mark: || Best viewed with `:console t` | | [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: ||| | [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 2b7bb08..0566e3d 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.45.0" + :version "0.46.0" :depends-on (#:boost-json #:dexador #:lexer