Releases: bytefish/PostgreSQLCopyHelper
Releases · bytefish/PostgreSQLCopyHelper
3.0.0
Compare
Sorry, something went wrong.
No results found
2.8.0
Compare
Sorry, something went wrong.
No results found
Adds support for Composite Types.
2.7.0
Compare
Sorry, something went wrong.
No results found
say25
released this
02 Nov 08:30
Adds NodaTime Support to PostgreSQLCopyHelper
2.6.3
Compare
Sorry, something went wrong.
No results found
Adds the Property TargetTable and associated classes to get the Table and Column mapping
2.6.2
Compare
Sorry, something went wrong.
No results found
say25
released this
08 Dec 02:09
Add Microsoft.Bcl.AsyncInterfaces NuGet reference for net461 and netstandard2.0 to support IAsyncEnumerable interface
2.6.1
Compare
Sorry, something went wrong.
No results found
Executes asynchronous methods without the SynchronizationContext to prevent blocking from the UI Thread
2.6.0
Compare
Sorry, something went wrong.
No results found
say25
released this
02 Nov 03:03
Exposes ability to use IAsyncEnumerable
Better support when cancelling SaveAllAsync
2.5.1
Compare
Sorry, something went wrong.
No results found
say25
released this
02 Oct 17:19
Takes advantage of C#8 await using (IAsyncDisposable)
Bumps to Npgsql 4.1.1 which removes some unintentional breaking changes in the below library
2.5.0
Compare
Sorry, something went wrong.
No results found
say25
released this
27 Sep 15:29
Drops support for net45, net451 and net452
Upgrades Npgsql to 4.1
SaveAll now returns a count of rows written
Async Support
2.4.2
Compare
Sorry, something went wrong.
No results found
Added the following methods for improved DateTime and DateTimeOffset mappings, see Issue #9 :
MapTimeStampTz (for DateTimeOffset, DateTimeOffset?)
MapTimeTz