Skip to content

fix: preserve identifier quoting in CHECK constraints and fix BETWEEN parsing #5

fix: preserve identifier quoting in CHECK constraints and fix BETWEEN parsing

fix: preserve identifier quoting in CHECK constraints and fix BETWEEN parsing #5

Workflow file for this run

name: CI Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Run tests
run: go test -v ./...