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

libpqxx 7.9.2 #179317

Merged
merged 2 commits into from
Aug 3, 2024
Merged

libpqxx 7.9.2 #179317

merged 2 commits into from
Aug 3, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Here's what's new in this release:
* Fix CMake documentation install. (#848)
* Bump gcc/clang/postgres minimum version requirements.
* Another fix to the readthedocs documentation build. (#845)
* Remove obsolete CMake workaround kludges. (#851, #866, #867, #869)
* Remove obscure deprecated `stream_to` constructor that never worked. (#853)
* Support reading a field as an SQL array using `as_sql_array()`. (#841)
* Make row iterator a _proper_ `random_access_iterator`. (#846)
* Downgrade result iterator to "bidirectional"; was never really RA. (#846)

You may wonder why result iterators are no longer random access iterators. Turns out they never were! That's because if you have a result iterator i, referring to a row, then i[n] in libpqxx refers to field n in that row. The definition for random access iterators expects it to mean *(i+n) instead.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Aug 1, 2024
@iMichka iMichka added the pre-release Artifact is pre-release label Aug 1, 2024
@iMichka
Copy link
Member

iMichka commented Aug 1, 2024

Not a release yet

@p-linnane
Copy link
Member

@jtv Are you planning to make a GitHub release for v7.9.2?

@jtv
Copy link

jtv commented Aug 2, 2024

Already went out didn't it?

@p-linnane
Copy link
Member

My apologies. The release is there, it's just not marked as latest. We hold off on updating formulae until they are the latest release.

@jtv
Copy link

jtv commented Aug 3, 2024

Is there anything I need to do for that? I don't think I ever do.

@p-linnane
Copy link
Member

You can edit the release and check the box at the bottom of the screen indicating it's the latest release.

@jtv
Copy link

jtv commented Aug 3, 2024

OK @p-linnane that's done. I'll try to remember it in future.

@p-linnane
Copy link
Member

Thank you!

@p-linnane p-linnane removed the pre-release Artifact is pre-release label Aug 3, 2024
Copy link
Contributor

github-actions bot commented Aug 3, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 3, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 3, 2024
Merged via the queue into master with commit 3a7e7c4 Aug 3, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-libpqxx-7.9.2 branch August 3, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants