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
A temporary solution might be to change the function as:
// Used NTEXT instead
public function getClobTypeDeclartionSQL(array $field)
{
return 'NTEXT';
}
It will fix the partially but as you know NTEXT will omit lots of functionalities on different SELECT queries and it's going to be deprecated by Microsoft.
I hope someone could find a better solution for this issue.
Jira issue originally created by user Javad Rahimi:
The text was updated successfully, but these errors were encountered: