Kovalenko Vitaliy Michailovich
Kovalenko Vitaliy Michailovich
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'OrleansQuery'. "Npgsql.PostgresException (0x80004005): 42P01: "orleansquery" relation does not exist" (translated error message)
builder.Host.UseOrleans(static siloBuilder => { siloBuilder.UseLocalhostClustering(); siloBuilder.AddAdoNetGrainStorage("users", options => { options.Invariant = "System.Data.SqlClient"; options.ConnectionString = @" Data Source=(localdb)\MSSQLLocalDB; Initial Catalog=Orleans; Integrated Security=True; Database=Orleans "; }); siloBuilder.AddAdoNetGrainStorage("users2", options => { options.Invariant =...
PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" PackageReference Include="Microsoft.Orleans.Persistence.AdoNet" Version="8.1.0" PackageReference Include="Microsoft.Orleans.Server" Version="8.0.0" PackageReference Include="Npgsql" Version="8.0.2" PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" PackageReference Include="System.Data.SqlClient" Version="4.8.6" My packages
I ran that scripts and they are not working
Pleas, First read and then answer
Thanks!
I still has the same problem

I created pull request
Well, startkey and endkey support json as value. And, important, if you read couchdb doc you see key is json, not a string. https://docs.couchdb.org/en/stable/api/ddoc/views.html And if it's not a json,...