Skip to content

Tables with same name in different database schema's #61

@ianic

Description

@ianic

When two tables with same name exists in different database schema's adapter returns columns of both. That results in various problems.
For example when I have two tables:
dbo.table1 - with 2 columns
project1.table1 - with 3 columns
Adapter returns 5 columns!

Problem is in SQLServerAdapter.columns method which incorrectly handles table schema's.

I have patch (for 2-3-stable branch) but where should I put it?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions