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
Same disclaimer: Just reviewing code, not an actual user at this point.
The "text" type is deprecated in SQL Server and will be removed in a future version.
https://docs.microsoft.com/en-us/sql/t-sql/data-types/ntext-text-and-image-transact-sql?view=sql-server-ver15
Microsoft suggests replacing with NVACHAR(MAX) or VARCHAR(MAX). I'd prefer NVARCHAR(MAX) to support Unicode.
mssql/mssql.go
Lines 143 to 145 in e7d7d12
The text was updated successfully, but these errors were encountered:
Thanks for your feedback, it's very helpful 🙏 I've created a pr to address this issue, please take a look if you have time 😄
Sorry, something went wrong.
No branches or pull requests
Same disclaimer: Just reviewing code, not an actual user at this point.
The "text" type is deprecated in SQL Server and will be removed in a future version.
https://docs.microsoft.com/en-us/sql/t-sql/data-types/ntext-text-and-image-transact-sql?view=sql-server-ver15
Microsoft suggests replacing with NVACHAR(MAX) or VARCHAR(MAX). I'd prefer NVARCHAR(MAX) to support Unicode.
mssql/mssql.go
Lines 143 to 145 in e7d7d12
The text was updated successfully, but these errors were encountered: