Skip to content

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

@CarlosArmiliato

Description

@CarlosArmiliato

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions