E5C2 fix: all e2e tests fixed · sqlc-dev/sqlc@ae0a126 · GitHub
[go: up one dir, main page]

Skip to content

fix(#4332, #4336): type checking when the same parameter is repeated #4376

fix(#4332, #4336): type checking when the same parameter is repeated

fix(#4332, #4336): type checking when the same parameter is repeated #4376

Workflow file for this run

name: python
on:
push:
branches:
- main
pull_request:
jobs:
build:
if: false
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26.0'
- name: install ./...
run: go install ./...
- uses: actions/checkout@v6
with:
repository: sqlc-dev/sqlc-gen-python
path: python
- run: make test
working-directory: python
- run: sqlc diff
working-directory: python/examples
0