You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the SQL Server documentation the text type declaration is deprecated and will be removed in the future. It is encouraged to use varchar(max) instead. This has been applied to SQLServerPlatform::getClobTypeDeclarationSQL() by this PR.
The varchar(max) declaration is BC for all SQL Server versions supported by Doctrine btw.
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of deeky666:
Url: #451
Message:
According to the SQL Server documentation the
text
type declaration is deprecated and will be removed in the future. It is encouraged to usevarchar(max)
instead. This has been applied toSQLServerPlatform::getClobTypeDeclarationSQL()
by this PR.The
varchar(max)
declaration is BC for all SQL Server versions supported by Doctrine btw.The text was updated successfully, but these errors were encountered: