We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
This code not support 32bit
Expected behaviour error occured in duration.go
Current behaviour duration.go the error from Hour == 1000 * 1000 * 60 * 60 (mirco * milli * second * minute -> hour) this value over 32bit int range
I can't not build my code on 32 bit linux
Steps to Reproduce
Steps to reproduce the behavior: CGO_ENABLE=1 GOOS=linux CGO_CFLAGS="-m32" CGO_LDFLAGS="-m32" go build error occured in duration.go
Environment
Client: OS: RHEL7 go version: 1.19.5 go-dblib version / commit hash: latest (go-ase version / commit hash:) latest (cgo-ase version / commit hash:) latest
Server: OS: I can not build, so I could not connect the server (ASE version:)
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
This code not support 32bit
Expected behaviour
error occured in duration.go
Current behaviour
duration.go
the error from
Hour == 1000 * 1000 * 60 * 60 (mirco * milli * second * minute -> hour)
this value over 32bit int range
I can't not build my code on 32 bit linux
Steps to Reproduce
Steps to reproduce the behavior:
CGO_ENABLE=1 GOOS=linux CGO_CFLAGS="-m32" CGO_LDFLAGS="-m32" go build
error occured in duration.go
Environment
Client:
OS: RHEL7
go version: 1.19.5
go-dblib version / commit hash: latest
(go-ase version / commit hash:) latest
(cgo-ase version / commit hash:) latest
Server:
OS: I can not build, so I could not connect the server
(ASE version:)
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: