Bug by FromSql in EfCore

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
seb1487
Posts: 23
Joined: Fri 24 Jun 2016 10:27

Bug by FromSql in EfCore

Post by seb1487 » Thu 02 Feb 2017 13:51

Hi Shalex,
the code

Code: Select all

var entryCount = dbContext.Class1.FromSql("Select * From \"Class1\"").Count();
throws a

Code: Select all

ORA-00933: SQL command not properly ended
Exception.

Democode can be downloaded here.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Bug by FromSql in EfCore

Post by Shalex » Fri 03 Feb 2017 15:17

Thank you for your report. We will notify you when the bug is fixed.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Bug by FromSql in EfCore

Post by Shalex » Thu 09 Feb 2017 19:45

The bug with using the .FromSql() functionality in EF Core is fixed: viewtopic.php?f=1&t=34950.

Post Reply