Bubi

Results 64 comments of Bubi

The library is compiled for AnyCPU. The Jet OLEDB Provider version (32/64) depends on your installation of the Jet OLEDB Provider (you can have more than one). In my case...

Did you enable "download previews" on NuGet? The latest version is 6.2.0-rc1

I'm still working on this project (more than .NET Core because in my "real life" I still use EF 6.2). The problem is the informations returned from OLEDB (that depends...

You could try to use a newer version of oledb (>=12) I'm updating ef core provider to version 2.2, after that I will have a look to this issue (but...

Are you planning to make a branch or to ask to mr ward to include it on the main stream? Reading the code I think that you need to duplicate...

This is a section of an App.Config. Could you check if your is similar? ```xml ```

Could you please provide the model? I can't reproduce the issue (see Model74_Decimal_Jet)

I'll check it out. About ToList consider that you materialize the list of records and then you compute the sum (instead of materializing the sum) so it's bad for large...

Thanks for the workaround! About your issue, the queries are generated by the provider not by Entity Framework. Jet + OleDb should support LEFT OUTER JOIN (the syntax is slightly...

I think so. There are several issue related to the use of DUAL table. I need to understand if true=true is a request of entity framework (so it could be...