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.16.0 #203404

Merged
merged 2 commits into from
Jan 7, 2025
Merged

doltgres 0.16.0 #203404

merged 2 commits into from
Jan 7, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

doltgresql

  • 1086: Implement metrics, describe system table tests
    GMS PR: Pass metrics server listener to DefaultProtocolListenerFunc for doltgres metrics dolthub/go-mysql-server#2800
  • 1083: Go tests for the COPY command
    These are all lifted from the bats tests. I'm gearing up to make major changes to how COPY works to support more customer schemas and want to these tests to help.
  • 1081: support enum type cast
  • 1077: select from functions
    Depends on: allow using function as table function dolthub/go-mysql-server#2795
  • 1076: Added Internal ID representation
    This adds an internal ID that is used instead of OIDs.
  • 1069: Update CONTRIBUTING.md
    The unicode char at the end of the request for stars wasn't rendering. replaced with a :star:
  • 1065: Removed ownership, added DROP privilege
    This removes ownership and related information, so that now users must be granted appropriate privileges by either a superuser or another user with the appropriate WITH GRANT OPTION permission. In addition, this adds a brand new DROP privilege, so that there's now a way to allow non-superusers to delete tables.
  • 1064: Add skipped test for where clause bug, README fix
  • 1055: Removed unused config params
  • 1045: support create shell and enum types
    This PR adds support for CREATE TYPE for ENUM and SHELL types. It adds only parsing support for COMPOSITE type, functionality support for it is coming after it.
  • 1044: Lots of bug fixes discovered in engine testing
    Replaces Fixed bug in certain limit .. offset queries dolthub/doltgresql#1015
    Includes bug fixes for:
    • Certain limit/offset queries
    • Parenthesized table expressions
    • Table renames
    • Better harness support
  • 1042: .github: Some small workflow fixes
  • 1040: Release v0.15.0
    Created by the Release workflow to update DoltgreSQL's version
  • 1015: Fixed bug in certain limit .. offset queries
  • 997: support explicit cast to domain type
    Regressed tests are tables used as type for casting, which was not supported. The insert statement that makes use of it fails currently. It will be supported as an extension after upcoming CREATE TYPE composite type support.
  • 987: reapply DoltgresType changes with performance improvement
    Regressed CREATE VIEW test is tracked here.
  • 969: Add support for pg_get_serial_sequence(text,text)
    Adds support for the pg_get_serial_sequence(text,text) function, which returns the sequence owned by a column.
    Example usage:
    create table t1 (id SERIAL PRIMARY KEY);
    SELECT pg_get_serial_sequence('t1', 'id');
    

Closed Issues

  • 464: Support SELECT * FROM function() syntax
  • 735: Panic when querying dolt_diff after updating a text field

@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 Jan 7, 2025
Copy link
Contributor

github-actions bot commented Jan 7, 2025

🤖 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 Jan 7, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 7, 2025 02:41
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 7, 2025
Merged via the queue into master with commit bddf066 Jan 7, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-doltgres-0.16.0 branch January 7, 2025 02:48
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.

2 participants