File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v2.27.1, 2024-08-05 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Fixes 🐛
5
+ * Fix INSERT statement normalization match backtick table name by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1366
6
+
7
+
8
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1
9
+
1
10
# v2.27.0, 2024-08-01 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
11
3
12
## Breaking change notice
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
30
30
const (
31
31
ClientVersionMajor = 2
32
32
ClientVersionMinor = 27
33
- ClientVersionPatch = 0
33
+ ClientVersionPatch = 1
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
36
36
You can’t perform that action at this time.
0 commit comments