Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CarlosArmiliato opened this issue Apr 2, 2020 · 1 comment
Open

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

CarlosArmiliato opened this issue Apr 2, 2020 · 1 comment

Comments

@CarlosArmiliato
Copy link

CarlosArmiliato commented Apr 2, 2020

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?

@alexwiese
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants