Skip to content

Check the SQLite analyze cases against sqlite3 in goldeneye, and make sqlc agree with it #4828

Check the SQLite analyze cases against sqlite3 in goldeneye, and make sqlc agree with it

Check the SQLite analyze cases against sqlite3 in goldeneye, and make sqlc agree with it #4828

Workflow file for this run

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