Skip to content

Tags: oschwald/sqlvet

Tags

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix: update version constant to match latest release (houqp#35)

* bugfix: update version constant to match latest release

* Update main.go

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Golang 1.22.x (houqp#34)

* golang 1.22.x support (golang/go#64812)

* protobuf: fix CVE-2024-24786

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix out of step version number (houqp#23)

* fix out of step version number

* cutting a bugfix release to fix versioning

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pg_query_go to 2.2.0 (houqp#20)

Co-authored-by: samiam2013 <[email protected]>

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update logrus dependency (houqp#13)

this fixes a macos compilation errors due to a bad golang.org/x/sys
version pulled by the package

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix line ignore for go >= 1.15 (houqp#5)

* move CI to github action

* fix ignore comment parsing due to go/ast breaking change

* increase test timeout

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pg_query to latest version to fix Apple M1 support (houqp#4)

1.1.1

Toggle 1.1.1's commit message
allow override commit in version at build time

v1.1.0

Toggle v1.1.0's commit message
support errorformat output with -e option

close houqp#1

v1.0.3

Toggle v1.0.3's commit message
fix parameter count comparison