Azure / Azure/azure-functions-sql-extension
3+ Part Naming Not Supported
Open
bug
P2
- Dominant language
- C#
- Stars
- 130
- Forks
- 71
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 4
Description
In https://github.com/Azure/azure-functions-sql-extension/blob/bb31cd997c8655cb07b8470a8f3a13dfd6214466/src/SqlBinding/SqlBindingUtilities.cs#L168 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.
Contributor guide
Assessment
This issue has not been assessed yet.