Page 1 of 1

Re: EFCore - Oracle 10G - Nested Query Alias $it - ORA-00911 - Invalid Character

Posted: Fri 02 Nov 2018 13:25
by Pinturiccio
Sorry for the late response. We are processing your request. We will post here about the results as soon as possible.

Re: EFCore - Oracle 10G - Nested Query Alias $it - ORA-00911 - Invalid Character

Posted: Thu 08 Nov 2018 19:54
by Shalex
Please check your EF provider settings: have you set config.Workarounds.DisableQuoting=true; ? If yes, change the value of this option to false. Notify us about the result.

Re: EFCore - Oracle 10G - Nested Query Alias $it - ORA-00911 - Invalid Character

Posted: Thu 29 Nov 2018 13:43
by Shalex
The bug with quoting the table alias, that includes an invalid character, in the SQL query generated by EF Core is fixed: viewtopic.php?f=1&t=38123.