Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump HIC.FAnsiSql from 3.2.2 to 3.2.3 #1837

Merged
merged 3 commits into from
May 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

Bumps HIC.FAnsiSql from 3.2.2 to 3.2.3.

Release notes

Sourced from HIC.FAnsiSql's releases.

v3.2.3

What's Changed

  • Fix db enumeration including Postgres issue by @​jas88
  • Fix Postgres and MySQL boolean type handling by @​jas88
  • 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

Full Changelog: HicServices/FAnsiSql@v3.2.2...v3.2.3

Changelog

Sourced from HIC.FAnsiSql's changelog.

[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
Commits
  • 328695a Merge pull request #279 from HicServices/release/v3.2.3
  • 61d6b9e Update source links for 3.2.3
  • 37695ef 3.2.3 release
  • 6639c2a Document 3.2.2 release
  • d28e2ca Merge pull request #278 from HicServices/feature/db-enumeration
  • 2eb402a Update PostgreSqlServerHelper.cs
  • 169a7b3 Fix premature using closure
  • 83a3251 Fix database enumeration on Postgresql
  • c1184fb Merge pull request #277 from HicServices/feature/postgres-boolfix
  • 3147d93 Update CrossPlatformTests.cs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [HIC.FAnsiSql](https://github.com/HicServices/FAnsiSql) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/HicServices/FAnsiSql/releases)
- [Changelog](https://github.com/HicServices/FAnsiSql/blob/main/CHANGELOG.md)
- [Commits](HicServices/FAnsiSql@v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: HIC.FAnsiSql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 23, 2024
@dependabot dependabot bot requested review from jas88 and JFriel May 23, 2024 00:05
jas88 added 2 commits May 22, 2024 20:44
Fix async enumeration since it's actually async now
Fix bit vs tinyint boolean
@jas88 jas88 merged commit 684c2e8 into develop May 23, 2024
6 checks passed
@jas88 jas88 deleted the dependabot/nuget/develop/HIC.FAnsiSql-3.2.3 branch May 23, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant