Skip to content

Selecting Publications with multiple schemas returns duplicate table names #97

Closed
@kiwicopple

Description

@kiwicopple

Bug report

Describe the bug

image

To Reproduce

  • Create a publication
  • create a table "public.users"
  • create a table "auth.user"
  • Add both tables to the publication
  • select the publication

The result will return an array of tables ["users", "users"]

Expected behavior

Some way to distinguish which schema the table belong to. Perhaps:

[
  { id: X, name: "users", schema: "public" },
  { id: Y, name: "users", schema: "auth" },
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions