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
Go
go version go1.17.2 darwin/amd64
GoFrame
v1.16.6
yes
CREATE TABLE `users` ( `id` int(8) unsigned zerofill NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
id ----------- 00000014 00000013 00000012 00000011
id ----------- 14 13 12 11
id ----------- 12 11 10 9
The text was updated successfully, but these errors were encountered:
remove octal number converting for gconv.Int*/Uint* functions; fix is…
583d576
…sue #1733
e6a9515
…sue gogf#1733
No branches or pull requests
1. What version of
Go
and system type/arch are you using?go version go1.17.2 darwin/amd64
2. What version of
GoFrame
are you using?v1.16.6
3. Can this issue be re-produced with the latest release?
yes
4. What did you do?
5. What did you expect to see?
6. What did you see instead?
The text was updated successfully, but these errors were encountered: