Bug by FromSql in EfCore
Posted: Thu 02 Feb 2017 13:51
Hi Shalex,
the code
throws a
Exception.
Democode can be downloaded here.
the code
Code: Select all
var entryCount = dbContext.Class1.FromSql("Select * From \"Class1\"").Count();Code: Select all
ORA-00933: SQL command not properly endedDemocode can be downloaded here.