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

#8276: Updating Npgsql to 4.0.17 and fixing setup with PostgreSQL #8810

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

BenedekFarkas
Copy link
Member

@BenedekFarkas BenedekFarkas commented Nov 26, 2024

Fixes #8276

Originally wanted to upgrade Npgsql from 2.2.3 to the suitable version that isn't vulnerable, but the setup was also failing due to index names in Projections not being unique across tables.
I closed the original dependabot PR (#8796) to work on this based on 1.10.x and then that will be merged into dev.

  • Setup with PostgreSQL works now.
  • The migrations work both in SQL CE and SQL Server.

@BenedekFarkas BenedekFarkas self-assigned this Nov 26, 2024
@BenedekFarkas BenedekFarkas changed the title 8276: Updating Npgsql to 4.0.17 and fixing setup with PostgreSQL #8276: Updating Npgsql to 4.0.17 and fixing setup with PostgreSQL Nov 26, 2024
@BenedekFarkas BenedekFarkas linked an issue Nov 26, 2024 that may be closed by this pull request
# Conflicts:
#	src/Orchard.Web/packages.config
@BenedekFarkas BenedekFarkas merged commit ebae790 into 1.10.x Dec 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Failed on Postgresql 11
2 participants