lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.89k stars 906 forks source link

CodeQL & fixes #1057

Closed jfcg closed 2 years ago

jfcg commented 2 years ago

This adds Github's CodeQL scanning and fixes for integer truncation (discovered by CodeQL).

Fixes #1055