Skip to content

Commit

Permalink
Merge pull request #178 from juliojimenez/null-parquetmetadata
Browse files Browse the repository at this point in the history
Null and ParquetMetadata
  • Loading branch information
juliojimenez authored Apr 2, 2024
2 parents 5e20a74 + 14aa574 commit 9803b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down
2 changes: 1 addition & 1 deletion clickhouse.asd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description "Common Lisp ClickHouse Client Library"
:author "[email protected]"
:license "Apache-2.0"
:version "0.45.0"
:version "0.46.0"
:depends-on (#:boost-json
#:dexador
#:lexer
Expand Down

0 comments on commit 9803b9e

Please sign in to comment.