Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
describe
system table testsGMS PR: Pass metrics server listener to DefaultProtocolListenerFunc for doltgres metrics dolthub/go-mysql-server#2800
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.
Depends on: allow using function as table function dolthub/go-mysql-server#2795
This adds an internal ID that is used instead of OIDs.
The unicode char at the end of the request for stars wasn't rendering. replaced with a :star:
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 newDROP
privilege, so that there's now a way to allow non-superusers to delete tables.This PR adds support for
CREATE TYPE
forENUM
andSHELL
types. It adds only parsing support forCOMPOSITE
type, functionality support for it is coming after it.Replaces Fixed bug in certain limit .. offset queries dolthub/doltgresql#1015
Includes bug fixes for:
Created by the Release workflow to update DoltgreSQL's version
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.
Regressed CREATE VIEW test is tracked here.
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:
Closed Issues
SELECT * FROM function()
syntaxdolt_diff
after updating atext
field