2017-04-18 07:52:04 +08:00
## Sql_variant data uses sql_variant collation rather than database collation
2017-04-06 04:52:19 +08:00
### Scope
Transparent
### Version Introduced
4.5
### Source Analyzer Status
Not planned
### Change Description
2017-04-21 23:32:52 +08:00
`sql_variant` data uses `sql_variant` collation rather than database collation.
2017-04-06 04:52:19 +08:00
- [ ] Quirked
- [ ] Build-time break
### Recommended Action
2017-04-21 23:32:52 +08:00
This change addresses possible data corruption if the database collation differs from the `sql_variant` collation. Applications that rely on the corrupted data may experience failure.
2017-04-06 04:52:19 +08:00
### Affected APIs
* Not detectable via API analysis
### Category
Data
2017-04-18 07:52:04 +08:00
<!-- breaking change id: 72 -->