Releases: bytefish/PostgreSQLCopyHelper
Releases · bytefish/PostgreSQLCopyHelper
3.0.0
16 Mar 13:02
Compare
Sorry, something went wrong.
No results found
2.8.0
27 Dec 12:20
Compare
Sorry, something went wrong.
No results found
Adds support for Composite Types.
2.7.0
02 Nov 08:30
Compare
Sorry, something went wrong.
No results found
Adds NodaTime Support to PostgreSQLCopyHelper
2.6.3
12 Dec 11:31
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
08 Dec 02:09
Compare
Sorry, something went wrong.
No results found
Add Microsoft.Bcl.AsyncInterfaces NuGet reference for net461 and netstandard2.0 to support IAsyncEnumerable interface
2.6.1
07 Dec 17:31
Compare
Sorry, something went wrong.
No results found
Executes asynchronous methods without the SynchronizationContext to prevent blocking from the UI Thread
2.6.0
02 Nov 03:03
Compare
Sorry, something went wrong.
No results found
Exposes ability to use IAsyncEnumerable
Better support when cancelling SaveAllAsync
2.5.1
02 Oct 17:19
Compare
Sorry, something went wrong.
No results found
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
27 Sep 15:29
Compare
Sorry, something went wrong.
No results found
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
08 May 19:16
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