We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238bbe7 commit 7eac892Copy full SHA for 7eac892
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# v1.2.1
2
+IMPROVEMENTS
3
+- remove default limit behavior - LIMIT clause is now only added when explicitly specified by the user
4
+- change `--clickhouse-limit` default from 1000 to 0 (no limit)
5
+- `--clickhouse-limit` now acts as a maximum cap rather than a default value
6
+- update OpenAPI documentation to clarify optional limit parameter behavior
7
+
8
+BUG FIXES
9
+- fix test expectations to match new limit behavior (expect 0 instead of 1000)
10
11
# v1.2.0
12
IMPROVEMENTS
13
- remove `list_tables` and `describe_table` tools and resources
0 commit comments