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
570 stars 144 forks source link

Fix #631 #632

Closed rmunn closed 4 years ago

rmunn commented 4 years ago

This is my suggested fix for #631. Note that I have not been able to compile the project and test it, so I also have not been yet able to write a simple repro or a regression test for #631. I'm submitting this PR anyway in hopes that it might be useful despite not having any tests.

Thorium commented 4 years ago

Thanks!

Thorium commented 4 years ago

Included in NuGet package version 1.1.67

rmunn commented 4 years ago

I can now confirm that the fix works: I updated to NuGet package 1.1.67 in my project, and I can now use names longer than four letters in for name in table in my query expressions that include select (someFunc name). Thanks for the quick turnaround!