Commit 6a5d1af
committed
ci(postgres): pin testcontainer to postgres:16-alpine
The introspection query in `fetch_columns` reads
`pg_attribute.attgenerated` (added in PG 12) to detect generated
columns. testcontainers-modules' default tag for `Postgres::default()`
is older than 12, so since the DDL UI feature landed every CI run
has failed with `column a.attgenerated does not exist (SQLSTATE 42703)`.
Pin the test container to 16-alpine. PostgreSQL 11 hit upstream EOL
in November 2023, so requiring 12+ is reasonable for production
deployments; not worth the per-version dialect branching to
remain compatible with EOL versions.1 parent 10735bb commit 6a5d1af
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
| |||
0 commit comments