aubiyko
aubiyko
For the record if any soul like me will hit the same bug: changing `section name="entityFramework"`, `defaultConnectionFactory` and `provider invariantName="System.Data.SqlClient"` `type` fields with full assembly-qualified name helped.
> Unlike JavaScript this cannot be done automatically as different columns have different datatypes and casting will fail in C#. Server-side library could mimic the behaviour of client-side, that is...
> SQL formed on the fly for all columns of different type cannot be casted to string. I've conducted some tests and can't confirn this behavior. Signed and usigned byte,...
Can also confirm. `Interlocked.CompareExchange` was changed to `lock `statement at 1ab610a. I think this change is not equivalent. In my case, this bug happens when both client and server close...