Skip to content

Commit

Permalink
Merge pull request #279 from HicServices/release/v3.2.3
Browse files Browse the repository at this point in the history
Release/v3.2.3
  • Loading branch information
JFriel authored May 22, 2024
2 parents d28e2ca + 61d6b9e commit 328695a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.3] - 2024-05-22

- Fix bug in PostgreSQL boolean handling (use booleans, not BIT)
- Fix bug in PostgreSQL where database listing failed if a database named 'postgres' was not present
- Make database enumeration an Enumerable not an array
- Bump MySqlConnector from 2.3.5 to 2.3.7
- Bump Npgsql from 8.0.2 to 8.0.3
- Bump Oracle.ManagedDataAccess.Core from 3.21.130 to 23.4.0
- Add System.Linq.Async 6.0.1

## [3.2.2] - 2024-03-13

- Enable custom timeout for bulk copy operations

## [3.2.1] - 2024-03-11

Expand Down Expand Up @@ -373,7 +383,9 @@ 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.3...main
[3.2.3]: https://github.com/HicServices/FAnsiSql/compare/v3.2.2...v3.2.3
[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
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("3.2.2")]
[assembly: AssemblyFileVersion("3.2.2")]
[assembly: AssemblyInformationalVersion("3.2.2")]
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyFileVersion("3.2.3")]
[assembly: AssemblyInformationalVersion("3.2.3")]

0 comments on commit 328695a

Please sign in to comment.