Commit d7965d6
committed
Add end-to-end tests for ClickHouse core SQL features
Tests for basic ClickHouse functionality: SELECT queries, DML operations
(INSERT/UPDATE/DELETE), DISTINCT, ORDER BY, LIMIT/OFFSET pagination,
NULL handling, and string functions. Each test includes schema,
queries, and generated Go code.1 parent cfdb3ff commit d7965d6
File tree
42 files changed
+1503
-0
lines changed- internal/endtoend/testdata
- clickhouse_distinct
- go
- clickhouse_dml
- go
- clickhouse_nulls
- go
- clickhouse_ordering
- go
- clickhouse_pagination
- go
- clickhouse_select
- go
- clickhouse_strings
- go
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+1503
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments