Skip to content

3+ Part Naming Not Supported #56

Open
@chlafreniere

Description

@chlafreniere

In

public static string NormalizeTableName(string tableName)
there is the assumption that T-SQL object referencing is no more than 2 parts (i.e. dbo.Products).

This isn't actually true (3/4 part names are possible).

Let's identify any other places where this assumption is being made. Min bar would be to document this limitation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions