denisenkom / go-mssqldb

Microsoft SQL server driver written in go language
BSD 3-Clause "New" or "Revised" License
1.82k stars 497 forks source link

Int overflow on 32 bits arches part 2 #630

Open eclipseo opened 3 years ago

eclipseo commented 3 years ago

Hi, I still have overflows in bulkcopy_test.go on 32 bits arches. See my previous report https://github.com/denisenkom/go-mssqldb/issues/485

# github.com/denisenkom/go-mssqldb [github.com/denisenkom/go-mssqldb.test]
./bulkcopy_test.go:58:19: constant 9223372036854775807 overflows int
./bulkcopy_test.go:67:31: constant -9223372036854775808 overflows int