Skip to content

Commit

Permalink
Merge pull request #179 from juliojimenez/xml-format
Browse files Browse the repository at this point in the history
XML Format
  • Loading branch information
juliojimenez authored Apr 10, 2024
2 parents 9803b9e + 16715f1 commit 5381408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

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.46.0"
:version "0.47.0"
:depends-on (#:boost-json
#:dexador
#:lexer
Expand Down

0 comments on commit 5381408

Please sign in to comment.