Brandon
Brandon
### Bug Description When using **System.Data.SqlClient** with RepoDb Batch Operations (InsertAllAsync, UpdateAllAsync, MergeAllAsync) to batch update data in **Sql Server** using at **TimeSpan?** model property an unexpected error occurs. The...
This is NOT the official Repo of parquet-dotnet (see: https://github.com/aloneguid/parquet-dotnet)
NOTE: to anyone else that finds this Repo, it is not the official Repo for parquet-dotnet. Nor is this a Fork, it appears to be a complete duplicate that is...
Support ColumnIgnore Attribute, or add an overload to ColumnHeader to ignore fields from the output
It's a very common use case to have Models that have additional fields that we don't wish to output such as what is provided by `JsonIgnore` attribute for Json. For...