Commit a5e01ea
test(clickhouse): SQL snapshot tests + Dockerfile/composer PHP 8.4 bump
Adds tests/Usage/Adapter/ClickHouseSqlSnapshotTest.php covering DDL
(events table, daily SummingMergeTree, materialized view), the
named-typed binding read path, groupByTimeBucket aggregation,
INSERT FORMAT JSONEachRow, getTimeSeries shape, FINAL on daily reads,
and the lightweight DELETE form. 9 snapshot tests / 30 assertions.
Bumps Dockerfile from php:8.3.3-cli-alpine3.19 to php:8.4.21-cli-alpine3.23
and composer.json's php constraint from >=8.0 to >=8.4 so CI matches the
utopia-php/query 0.3.x asymmetric-visibility requirement.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7bcb7f2 commit a5e01ea
4 files changed
Lines changed: 460 additions & 194 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments