EntityFrameworkCore.OpenEdge icon indicating copy to clipboard operation
EntityFrameworkCore.OpenEdge copied to clipboard

Entity Framework Core provider for Progress OpenEdge

Results 9 EntityFrameworkCore.OpenEdge issues
Sort by recently updated
recently updated
newest added

Any plans on making this library .Net 6.0 compatible?

This is an attempt to migrate the project to Core 5. Still does not work.

The following throws an exception People.Count(); > An exception occurred while reading a database value. The expected type was 'System.Int32' but the actual value was of type 'System.Int64' Workaround for...

Hi, I have running an OpenEdge V12.1 database called **stb**. I have started VS2019, made 1 solution with some projects and I have done some Install-Package statements in the Nuget...

in appsettings.json file we have connection string as: "ConnectionStrings": { "OpenEdgeDbContextConnStr": "DRIVER={Progress OpenEdge 10.2A driver};host=localhost;port=12345;db=modhotel;uid=myUser;PWD=myPass;DIL=READ UNCOMMITTED;", } When we run the below code public async Task GetTest() { using (var...

When i use Progress MultiDB Connection, i need explicit set the table owner on SQL. select fieldA, fieldB from **owner**.pub.tableA Against select fieldA, fieldB from pub.tableA I'm already code this...

Hi Alex, I'm trying use your library to EF Core and Progress OpenEdge Multi Database Connection. MultiDb Connect it a tool of progress alow ODBC Connection to multiple databases (...

When I run the `Scaffold-DbContext` cmdlet, I get the following error. `The 'OpenEdgeBoolTypeMapping' does not support value conversions. Support for value conversions typically requires changes in the database provider. `...

bug

Migrations do not work. No work has been done on this yet.