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

Go reference badge points to v1 #71

Closed tsg closed 1 year ago

tsg commented 1 year ago

Hi, first of all, thank you for this project!

I've noticed that the badge in the README points to the v1 godocs, but the README refers to v2. If the intention is to link to v2, I'd be happy to open a PR to update the badge.

lfittl commented 1 year ago

@tsg Good catch!

Yeah, a PR would be welcome - note that #69 should be updating it to v4 soon, but we can always get this in place now for v2.

/cc @msepga as an FYI

tsg commented 1 year ago

Thanks, I've opened https://github.com/pganalyze/pg_query_go/pull/73. Feel free to close it if #69 goes in quicker, or I'm also happy to update it to v4.