Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOption types #119
Option types #119
Comments
Fix option type properties (issue #119).
| ★ wanayoo — archive 1999 https://github.com/fsprojects/SQLProvider/issues/119 | Nouvelle recherche | Portail wanayoo |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix option type properties (issue #119).
I swapped out the nuget version with the latest from master and my option type assignments are now failing.
If I have a nullable varchar field in the database and try and assign a string option, I am seeing:
The error: Type mismatch when building 'args': invalid parameter for a method or indexer property. Expected 'Microsoft.FSharp.Core.FSharpOption
1[Microsoft.FSharp.Core.FSharpOption1[System.String]]', but received type 'Microsoft.FSharp.Core.FSharpOption`1[System.String]'.