edge-sql icon indicating copy to clipboard operation
edge-sql copied to clipboard

Updated to use BeginExecuteReader instead of ReadAsync

Open tomhallam opened this issue 9 years ago • 1 comments

ReadAsync doesn't work on Mono, so I updated it to use the BeginExecuteReader natively.

tomhallam avatar Feb 18 '16 11:02 tomhallam

I'm using var reader = await command.ExecuteReaderAsync (CommandBehavior.Default) both with mySql and SqlServer, both with Windows and Linux and it seem to work. see edge-sql and the project jsMySqlDriver for mySql driver and the project jsSqlServerDriver for sqlServer driver

and travis result for jsMySqlDriver

gaelazzo avatar Apr 13 '16 10:04 gaelazzo

Project moved to https://github.com/agracio/edge-sql with full support for .NET Standard

agracio avatar Apr 23 '24 15:04 agracio