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 annotations #707

Closed JordanMarr closed 3 years ago

JordanMarr commented 3 years ago

Proposed Changes

Types of changes

What types of changes does your code introduce to SQLProvider? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

JordanMarr commented 3 years ago

Actually it looks like the .dacpac will include the comment for a computed table column, but only if the comment is contained within the parenthesis (which can easily be documented). So hold off on merging this until I can implement annotations for computed table columns.

JordanMarr commented 3 years ago

I think this PR is now ready! I'll fix the stored procs issue later.

Thorium commented 3 years ago

Thanks! Released in 1.1.99