Skip to content

Releases: PostgreSQLCopyHelper/PostgreSQLCopyHelper

2.3.1

14 Aug 20:07
Compare
Choose a tag to compare

In this release PostgreSQL-conformant quoting for identifiers is added as default. All identifiers, such as schema names, table names and column names containing upper-case (or other special characters) will be quoted automatically.

Please note:

  • Release 2.4.0 reverts this behavior and requires it to be enabled explicitly with the UsePostgresQuoting method.

2.3.0

14 Aug 20:06
Compare
Choose a tag to compare

In this release PostgreSQL-conformant quoting for identifiers is added as default. All identifiers, such as schema names, table names and column names containing upper-case (or other special characters) will be quoted automatically.

Please note:

  • Release 2.4.0 reverts this behavior and requires it to be enabled explicitly with the UsePostgresQuoting method.

2.2.0

14 Aug 20:06
Compare
Choose a tag to compare

Fixes the Null Value Handling with Npgsql 4.0.0, see Issue #22).

Thanks to @say25 for improving the code and fixing the bug.

2.1.0

14 Aug 20:04
Compare
Choose a tag to compare

This Version attempted to fix a Bug regarding null values. It didn't fix the problem and this version shouldn't be used. Please update to more recent versions of the library.

2.0.0

14 Aug 20:04
Compare
Choose a tag to compare

Added support for Npgsql 4.0.0. Thanks to @marklahn for updating the COPY API usage to 4.0 and @wejto for bringing up the Npgsql issues regarding Nullable Types in early Npgsql 4.0.0 releases.

1.3.0

14 Aug 20:04
Compare
Choose a tag to compare
Issue #18 Adding Nupkg for 1.3.0

1.2.0

14 Aug 20:04
Compare
Choose a tag to compare
Issue #12 Add NuGet Packages

1.1.0

14 Aug 20:03
Compare
Choose a tag to compare
Increasing Version Number

1.0.0

14 Aug 20:03
Compare
Choose a tag to compare
Issue #3 Remove Old Build Project, Add 1.0 Packages

Issue #4 is also going to be resolved.

0.2.0

14 Aug 20:03
Compare
Choose a tag to compare
Release 0.2