pganalyze / pg_query_go

Go library to parse and normalize SQL queries using the PostgreSQL query parser
BSD 3-Clause "New" or "Revised" License
663 stars 79 forks source link

Add support for running on Windows #107

Closed lfittl closed 10 months ago

lfittl commented 11 months ago

In passing this updates the structure of the include files, as done in the libpg_query source.

Windows support requires Go 1.20+ due to https://github.com/golang/go/issues/57455

Fixes #25