Skip to content

Tags: RagingKore/PostgreSQLCopyHelper

Tags

2.8.0

Toggle 2.8.0's commit message
Issue PostgreSQLCopyHelper#75 Update CHANGELOG

2.7.0

Toggle 2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add NodaTime Support to PostgreSQLCopyHelper (PostgreSQLCopyHelper#68)

* Add NodaTime Support
* Version Consolidation
* Fix Project Type Guid
* Add a section on enabling NodaTime support, which is required by Npgsql.NodaTime to Readme

Co-authored-by: say25 <[email protected]>

2.6.3

Toggle 2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Target table (PostgreSQLCopyHelper#61)

* Issue PostgreSQLCopyHelper#60 TargetTable Initial Commit

* Issue PostgreSQLCopyHelper#60 Add GetFullQualifiedTableName

* Issue PostgreSQLCopyHelper#60 Add Test for scenario no schema set

* Issue PostgreSQLCopyHelper#60 Cleanup

The TargetTable / TargetColumn setters are now protected for internal
use only. The Columns are now a IReadOnlyList, so they cannot be changed
in further control flows.

* Issue PostgreSQLCopyHelper#60 Add ClrType to TargetTable

* Issue PostgreSQLCopyHelper#60 Rename to GetFullQualified... to GetFullyQualified

* Issue PostgreSQLCopyHelper#60 Update to 2.6.3

* Add Changelog

* Issue PostgreSQLCopyHelper#60 Add nupg Binaries

* Update Changelog for 2.6.2 Release Notes

2.6.1

Toggle 2.6.1's commit message
Issue PostgreSQLCopyHelper#59 Create 2.6.1 Release

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

2.4.2

Toggle 2.4.2's commit message
Issue PostgreSQLCopyHelper#9 Add NuGet

2.4.0

Toggle 2.4.0's commit message
Issue PostgreSQLCopyHelper#26 UsePostgresQuoting method added

Added a method UsePostgresQuoting for better case-sensitive /
case-insensitive handling. Thanks to @say25 for the input! Released as
Version 2.4.0.