lib / pq

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

Getting an error only in docker image #927

Open monicagupta86 opened 4 years ago

monicagupta86 commented 4 years ago

Hi,

I'm getting the below error when I run my code in docker image built off golang:1.13-stretch pq: syntax error at or near "."

If I build and run it on my mac - it works fine.

Any help would be appreciated.

Thanks, Monica