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

Add <owner>.pub.<table> on TableVisit

Open CarlosArmiliato opened this issue 4 years ago • 1 comments

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 issue for select statements. On Insert, Delete, Update i'm working yet. Can i create a branch to resolve this?

CarlosArmiliato avatar Apr 02 '20 14:04 CarlosArmiliato

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

alexwiese avatar Apr 02 '20 23:04 alexwiese