-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
Update from 1.7.0 to 1.7.1: unknown type for gorm.DeletedAt #194
Comments
thx for opening an issue! Line 978 in ada30cb
|
I don't want to hijack the issue, but |
thx I will update #195 |
It's rather unfortunate that the Similarly, even for non-encrypted columns, people have complained that upscaling everything to bigint leads to suboptimal plans on the server. |
@joao-intelliway can you double check the fix with |
Fixed, thank you! |
Describe the bug
After updating from 1.7.0 to 1.7.1 it stopped working.
To Reproduce
Expected behavior
When I run with:
github.com/microsoft/go-mssqldb v1.7.0
❯ go run . User ID: 1, Name: John Doe
Further technical details
SQL Server version:
SQL Server 2022 on Ubuntu 22.04
(It doesn't work withSQL Server 2022 on Ubuntu 20.04
either)Operating system:
Microsoft Windows 10 Business (10.0.19045)
Docker:
4.29.0 (145265)
WSL:
Debian GNU/Linux 12
WSL
Kernel: 5.15.146.1-microsoft-standard-WSL2
The text was updated successfully, but these errors were encountered: