Skip to content

Expose target table for UPDATE and DELETE queries in plugin proto #5646

Expose target table for UPDATE and DELETE queries in plugin proto

Expose target table for UPDATE and DELETE queries in plugin proto #5646

Workflow file for this run

name: kotlin
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-kotlin
path: kotlin
- run: make test
working-directory: kotlin
- run: sqlc diff
working-directory: kotlin/examples