Skip to content

Commit 5ffe1c3

Browse files
authored
Update changelog and readme (#620)
1 parent 684a663 commit 5ffe1c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Updated dependencies. As `@clickhouse/client` is `v1.0.0` now, incompatibility
1313
with ClickHouse < 23.3 is possible, according to the [doc](https://clickhouse.com/docs/en/integrations/language-clients/javascript#compatibility-with-clickhouse).
1414

15+
### Fixed
16+
17+
- Fix work with tables with special characters in name (#544).
18+
1519
## [0.5.0] - 2023-12-24
1620

1721
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more details see SQLTools [documentation](https://vscode-sqltools.mteixeira.
2323

2424
- According to the [docs](https://clickhouse.com/docs/en/integrations/language-clients/javascript#compatibility-with-clickhouse)
2525
of official nodejs client, this extension should be compatible with ClickHouse
26-
version `22.8` and above.
26+
version `23.3` and above.
2727
- Don't use `FORMAT` clause. Driver already uses `JSON` format to show records
2828
and statistics.
2929
- Don't send multiple queries, this is not supported

0 commit comments

Comments
 (0)