Skip to content

Commit c1919e2

Browse files
authored
improve insert stmt validation (#415)
1 parent 81c6b0a commit c1919e2

File tree

8 files changed

+668
-81
lines changed

8 files changed

+668
-81
lines changed

.changeset/shiny-books-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ts-safeql/generate": patch
3+
---
4+
5+
improve insert statement validation

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ concurrency:
1616

1717
jobs:
1818
check:
19-
runs-on: ${{ matrix.os }}
19+
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
os: [ubuntu-latest]
23-
node-version: ["20"]
22+
postgres-version: [16, 17]
2423
fail-fast: false
2524
services:
2625
postgres:
27-
image: postgres:16
26+
image: postgres:${{ matrix.postgres-version }}
2827
env:
2928
POSTGRES_USER: postgres
3029
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)