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
Both SQLServerClob and SQLServerBlob have deprecated public constructors. They are not used by the driver itself. I assume they are there to avoid breaking clients. I assume Connection#createClob and Connection#createBlob should be used instead. If that's true then it would be nice if this was documented in an @deprecated Javadoc tag and possibly in some kind of versioning policy on when the constructors will be removed.
The text was updated successfully, but these errors were encountered:
@marschall Thank you for pointing out this . We will update the javadocs for these constructors. But for now, we will not be removing the deprecated ones.
Both
SQLServerClob
andSQLServerBlob
have deprecated public constructors. They are not used by the driver itself. I assume they are there to avoid breaking clients. I assumeConnection#createClob
andConnection#createBlob
should be used instead. If that's true then it would be nice if this was documented in an@deprecated
Javadoc tag and possibly in some kind of versioning policy on when the constructors will be removed.The text was updated successfully, but these errors were encountered: