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
578 stars 146 forks source link

(Odbc) Add support for views instead of only tables #788

Closed tlsomers closed 1 year ago

tlsomers commented 1 year ago

Proposed Changes

Currently the Odbc provider only returns the table schemas. I found that the Access driver also provides views (called queries in access) for the accdb file type. This pr changes the Odbc provider to also include these views.

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.

Further comments

Thorium commented 1 year ago

Thanks!

Thorium commented 1 year ago

Released in 1.3.7