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
* Sql grain persistence changes
Hello, the idea is to clarify that in Orleans 7.0.0+ the SQl Script for persistence changed removing the JsonPayload and XmlPayload columns, so if the devs are still using Orleans 3.x.x should apply the right sql script.
* Apply suggestions from code review
---------
Co-authored-by: David Pine <[email protected]>
| SQL Server |[SQLServer-Persistence.sql](https://github.com/dotnet/orleans/blob/main/src/AdoNet/Orleans.Persistence.AdoNet/SQLServer-Persistence.sql)|[System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient/)|`System.Data.SqlClient`|
| MySQL / MariaDB |[MySQL-Persistence.sql](https://github.com/dotnet/orleans/blob/main/src/AdoNet/Orleans.Persistence.AdoNet/MySQL-Persistence.sql)|[MySql.Data](https://www.nuget.org/packages/MySql.Data/)|`MySql.Data.MySqlClient`|
\* If you're using Orleans v3.x use this script template: <https://github.com/dotnet/orleans/blob/3.x/src/AdoNet/Orleans.Persistence.AdoNet/SQLServer-Persistence.sql>
0 commit comments