Skip to content

Commit

Permalink
Document 3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed May 22, 2024
1 parent d28e2ca commit 6639c2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix bug in PostgreSQL where database listing failed if a database named 'postgres' was not present
- Make database enumeration an Enumerable not an array

## [3.2.2] - 2024-03-13

- Enable custom timeout for bulk copy operations

## [3.2.1] - 2024-03-11

- Add Setter for DiscoveredDatabaseHelper Create Database Timeout
Expand Down Expand Up @@ -373,7 +377,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed Drop table to work correctly with Views
- Exists now works correctly for Views (previously it would return true if there was no view but a table with the same name)

[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.1...main
[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.2...main
[3.2.2]: https://github.com/HicServices/FAnsiSql/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/HicServices/FAnsiSql/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/HicServices/FAnsiSql/compare/v3.1.1...v3.2.0
[3.1.1]: https://github.com/HicServices/FAnsiSql/compare/v3.1.0...v3.1.1
Expand Down

0 comments on commit 6639c2a

Please sign in to comment.