From: Sergio C. (JIRA) <tr...@fi...> - 2013-11-03 16:54:15
|
Calling Database.SqlQuery<T> results Invalid attempt of read when the reader is closed (EF6) -------------------------------------------------------------------------------------------- Key: DNET-527 URL: http://tracker.firebirdsql.org/browse/DNET-527 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 3.2.0.0 Reporter: Sergio Cardenas Assignee: Jiri Cincura This line: MyContext.Database.SqlQuery<MyTableDO>("select * from my_table where id = 1").First(); throws an exception "Invalid attempt of read when the reader is closed". This is working in the provider for EF5 but not in version for EF6 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |