veepee-oss / Vp.FSharp.Sql.SqlServer

F# Wrapper for SQL Server using Microsoft.Data.SqlClient and Vp.FSharp.Sql
https://github.com/veepee-oss/Vp.FSharp.Sql.SqlServer
ISC License
10 stars 1 forks source link

Example says NUL, not NULL #4

Closed BentTranberg closed 3 years ago

BentTranberg commented 3 years ago

I assume it's a typo in the doc page. If it's intended, it should be documented with a comment in the source to avoid confusion.

SqlServerCommand.text "SELECT NUL;"

It's in the example for executeScalarOrNone<'Scalar>, but maybe search the page(s) anyway.

natalie-o-perret commented 3 years ago

@BentTranberg hey, did also miss that one out. Catching up... 6 months later, the number of issues soaring these days.

Note: also thanks!

natalie-o-perret commented 3 years ago

Fixed

Thanks again!