fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
564 stars 144 forks source link

SSDT provider support dot (".") in table names, like [dbo].[My.Table] #709

Closed Thorium closed 3 years ago

Thorium commented 3 years ago

SSDT provider support dot (".") in table names, like [dbo].[My.Table]

Thorium commented 3 years ago

I just wanted to get my schema working, I didn't actually use the table, and this PR was enough. I'll merge this and we can continue improving from here.