Alex Wiese

Results 20 comments of Alex Wiese

I don't have time. Try out the code from #22 and see if you can get it working

@geertsj the provider currently does not support EF Core 5.0.3 Sorry but I simply haven't had time to update it and moving from 2.x to 3.x there were some big...

hi @umityaz I personally haven't tested against 10.2A but the SQL interface hasn't changed a lot so the core functionality should be the same. That error you see generally indicates...

Yep create a branch in your fork. Push out your changes to your fork. Then when done create a PR back into this repo.

Hey @Alfetta159 Can you please confirm the versions of these packages that you're using? - Microsoft.EntityFrameworkCore - Microsoft.EntityFrameworkCore.Relational - EntityFrameworkCore.OpenEdge You should have 2.1.11 for the EF Core packages and...

OK that is interesting. I haven't had this problem before and I have scaffolded large databases before. I'm not sure if there is an easy way to debug it as...

Are you able to run this SQL statement against the database and send me the result? It will return a record set of the datatypes used by the fields in...

hey @Alfetta159 I believe I've found the issue - I was able to reproduce the problem when I was using a version of the EF Core design-time tools that was...

hey - I found that as well and already fixed the `blob`, `double`, and `recid` - they weren't mapped properly. I have released [1.0.9-rc1 ](https://www.nuget.org/packages/EntityFrameworkCore.OpenEdge/1.0.9-rc1) and it will work with...

OK great. That’s pretty much what we’re doing in production but closer to 400 tables. There are issues/quirks with the way the OE SQL agent behaves; most of the work...