Skip to content

doltgres 0.56.1#276763

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-doltgres-0.56.1
Apr 9, 2026
Merged

doltgres 0.56.1#276763
BrewTestBot merged 2 commits into
mainfrom
bump-doltgres-0.56.1

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# Merged PRs

doltgresql

  • 2560: Fixed issues 2547 and 2557
    This fixes:
    • concat('', NULL, '') incorrectly returning null string dolthub/doltgresql#2547
    • unescaped newlines in JSON output dolthub/doltgresql#2557
      This introduces a new function type which mirrors the C-language variadic function implementation. These functions differ from standard PostgreSQL variadic functions, as normally variadic functions require that all variadic parameters have the same type. This limitation is not true for C-language functions. This was required to implement a valid concat function, as we were previously relying on GMS' built-in version, which is not correct for Postgres. I also corrected some tests that enforced the incorrect behavior.
      This also fixes a bug in JSON parsing. It was already known that Go's JSON library converts escaped characters into their original forms, however we were attempting to preemptively handle the incorrect conversion. This has been changed, as we can cleanup the output since the unescaped forms are invalid JSON anyway, which fixes the behavior and makes our output more accurate.
  • 2554: Fixed issues 2546 and 2548
    This PR fixes:
  • 2529: Fixed ANY using bindings
    This fixes:
    • Error when running parameterized any clause. dolthub/doltgresql#2386
      In GMS/MySQL, we often can't determine the type of a bound parameter during the initial parse as the return type is subject to the input (binding a float32 vs int32 may result in an actual return type difference). This is not true for Postgres as type resolution is very well defined. This creates a mismatch where we defer the type resolution, but the client expects to be told what type the bindings should be.
      We should have a more general solution that covers bindings at the GMS layer for how MySQL and Postgres handle type resolution differently, but the scope of that project seemed too large for now, so this only implements a local fix specifically for the issue linked above.
  • 2501: allow running multiple statements in function

Closed Issues

  • 2546: SELECT 'foo' --> invalid OID 705
  • 2547: concat('', NULL, '') incorrectly returning null string
  • 2548: Timezone parser does not accept PostgreSQL-accepted formats (time zone offset)
  • 2545: Suggestion: include Doltgres brand in version string
  • 2557: unescaped newlines in JSON output
  • 2423: information_schema.columns cannot be queried with dolt_show_system_tables set
  • 2386: Error when running parameterized any clause.

View the full release notes at https://github.com/dolthub/doltgresql/releases/tag/v0.56.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` icu4c ICU use is a significant feature of the PR or issue labels Apr 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

🤖 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 Apr 9, 2026
@BrewTestBot BrewTestBot enabled auto-merge April 9, 2026 04:18
@BrewTestBot BrewTestBot added this pull request to the merge queue Apr 9, 2026
Merged via the queue into main with commit 4341275 Apr 9, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-doltgres-0.56.1 branch April 9, 2026 04:27
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 icu4c ICU use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants