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

doltgres 0.7.5 #172190

Merged
merged 2 commits into from
May 20, 2024
Merged

doltgres 0.7.5 #172190

merged 2 commits into from
May 20, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

doltgresql

  • 283: scripts/build_binaries.sh: Fix regression where we accidentally shipped all linux/amd64 binaries instead of platform-specific ones.
  • 276: move config to its own package and update dolt servercfg package
  • 273: EXECUTE doesn't send RowDescription
    This PR fixes issue connecting to doltgres server using Postgres JDBC driver.
    In Postgres docs, it says, "Execute doesn't cause ReadyForQuery or RowDescription to be issued."
    Also, queries that don't return set of rows send NoData in response to Describe message.
  • 266: Release v0.7.4
    Created by the Release workflow to update DoltgreSQL's version
  • 255: only some queries send RowDescription message
    • Only queries that returns set of rows should send RowDescription message. This includes SELECT, FETCH, SHOW, etc.
    • The CommandTag is now set by the StatementTag from the parsed query.
    • Empty query should send EmptyQueryResponse message.
  • 219: Adds CREATE SEQUENCE and DROP SEQUENCE
    Companion PR:
    • Added additional function to RootValue dolthub/dolt#7848
      This adds functionality for CREATE SEQUENCE and DROP SEQUENCE. For sequences, this is what is in the PR:
    • MINVALUE
    • MAXVALUE
    • INCREMENT
    • AS DATA TYPE
    • START WITH
    • CYCLE
      This is what is missing:
    • TEMPORARY
    • UNLOGGED
    • CACHE
    • OWNED BY
    • SERIAL
    • Merging
    • Table Querying
      Of what's missing, merging and SERIAL are the main additions, with OWNED BY required for proper SERIAL support. Table querying is fairly straightforward (the pg_sequences system table, etc.). The others are, hopefully, unnecessary for now and can be postponed, although perhaps we can save the CACHE value and ignore it since it's primarily a performance-oriented option.
      With that, SERIAL and merging will come in the next PR, since this is already very large. Also of note, the Writer and Reader utilities were implemented for my Convert-to-Cast PR but they were useful here, so I pulled them from that in-flight PR and added them here.

Closed Issues

  • 240: Returned result differs from Postgres

@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 May 20, 2024
Copy link
Contributor

🤖 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 May 20, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 20, 2024
Merged via the queue into master with commit e8930d0 May 20, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-doltgres-0.7.5 branch May 20, 2024 19:23
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants