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

Postgres 15 compatibility, various warnings fixes and more #28

Merged
merged 1 commit into from
Oct 29, 2023
Merged

Postgres 15 compatibility, various warnings fixes and more #28

merged 1 commit into from
Oct 29, 2023

Conversation

mattbucci
Copy link
Collaborator

@mattbucci mattbucci commented Oct 28, 2023

This PR includes various fixes for postgres 15 compatibility

  • Pass Connection to Postgres commands explicitly as it's deprecated to implicitly get it
  • Corrects a bug in FOUND rows which was trimming 1=1 from WHERE 1=1 in various queries
  • No longer incorrectly calls pg_result_status on FALSE
  • No longer calls to adsrc which doesn't exist anymore

@mattbucci mattbucci changed the base branch from wordpress4-compat to v1 October 29, 2023 20:05
@mattbucci mattbucci merged commit 76611a5 into PostgreSQL-For-Wordpress:v1 Oct 29, 2023
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.

1 participant