Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

doltgresql

  • 1731: Fixed sequences breaking some statements
    When sequences were added, some commands failed to run (reporting table not found errors). This was due to sequence names being returned in locations that Dolt expected only table names, so the returned error reflected that the table could not be found. The relevant fix is in Dolt, with this primarily adding testing.
    Relies on:
  • 1724: Fixed merge issues
    There was a merge bug that was preventing a few more tests from passing, which has been fixed on the Dolt side. Additionally, serialization of conflicts have been updated, and I didn't bump the version number since we don't have a release with conflict support, so it should be safe to do so. This also fixes a few additional bugs that were hidden behind the aforementioned merge bug.
    Relies on:
  • 1717: add current_setting(text,bool) function
  • 1712: Support for DELETE ... RETURNING
    Adds support for the RETURNING clause in DELETE statements.
    Example:
    DELETE FROM myTable WHERE startDate IS NULL RETURNING id;
    Depends on Add support for DELETE ... RETURNING dolthub/go-mysql-server#3142
  • 1710: dolthub/doltgresql#1708 - Fix query converter crash on boolean literals
    Fixes dolthub/doltgresql#1708
    Query converter was panicking with "unhandled type: sqlparser.BoolVal" when encountering boolean literals like FALSE in CREATE TABLE statements. This was blocking UNION column mapping tests from dolthub/dolt#9628. Postgres CI docker container is also end of life, switched next LTS ver of Ubuntu 22.04.
  • 1706: comment out all dolt_docs tests
  • 1701: comment out dolt_docs testing
    comment out dolt_docs testing until AGENT.md compatibility can be implemented
  • 1679: Tests for dolt_preview_merge_conflicts_summary and dolt_preview_merge_conflicts table functions
    Dolt PR: Fix dolt_preview_merge_conflicts for doltgres dolthub/dolt#9574
  • 1672: add more array and date functions
  • 1671: add plus and minus functions for time, date types
    Used Claude
  • 1657: add missing syntax for date parsing and support srf used in table fun…
    …ction syntax
    Depends on: support set returning function cases in table function wrapper dolthub/go-mysql-server#3105
  • 1647: Root Object Conflicts & Merging
    This implements root object conflict resolution and merging capabilities. Root objects are only used by Doltgres, and they're the underlying type for sequences, triggers, interpreted functions, etc. Each root object defines its own diff and merge strategy, with Dolt handling all of the internal logic (such as ensuring conflicts are resolved, etc.). The same general approach was used to create root objects in the first place (where each defines its own handling logic, while Dolt manages their storage on the root value). As with Dolt, we make use of the dolt_conflicts_TABLENAME structure, which includes the ability to delete conflicts and update the root objects by inserting into the our_value column: https://docs.dolthub.com/sql-reference/version-control/dolt-system-tables#dolt_conflicts_usdtablename
    Requires:

Closed Issues

  • 1716: function current_setting(unknown, boolean) does not exist
  • 1708: Query converter crashes on boolean literals - blocking UNION column mapping test

View the full release notes at https://github.com/dolthub/doltgresql/releases/tag/v0.51.1.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Aug 9, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2025

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

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@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 9, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 9, 2025 03:09
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 9, 2025
Merged via the queue into main with commit e4cdd85 Aug 9, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-doltgres-0.51.1 branch August 9, 2025 03:19
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. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants