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

dolt 1.31.3 #160256

Merged
merged 2 commits into from
Jan 18, 2024
Merged

dolt 1.31.3 #160256

merged 2 commits into from
Jan 18, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 7336: Fixed spurious error message for event scheduling when the dolt_schem…
    …as table doesn't exist.

go-mysql-server

vitess

  • 303: Add parser support for the ALTER USER statement
    Adds support for parsing ALTER USER statements (MySQL reference). First step towards allowing users to change passwords.
    Related to: Add "Alter User" and "Set Password" SQL Statements dolthub/dolt#7348
  • 302: Detect if a system variable scope was explicitly specified or not
    Changes the VarScope function so that it returns whether a scope was explicitly specified, or if one has been inferred.
    This is needed because some tooling (e.g. the official MySQL .NET Connector library) will query system variables (e.g. SELECT @@max_allowed_packet) and then will look up the returned value in the result set using the expected column name (@@max_allowed_packet). Currently, from the way we parse the system variable, this was always returned with the scope present, but to match MySQL's behavior, the column name needs to match the requested name.
    Related GMS PR: Field response packets MySQL consistency improvements dolthub/go-mysql-server#2266
  • 301: support special syntax for position()
    This PR adds support for POSITION(<expr1> in <expr2>), which is a synoynm for LOCATE(<expr1>, <expr2>);
    MySQL Docs: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_position
  • 300: custom char() syntax handling
    In order to support the charset argument for CHAR(... using <charset>), there has to be special syntax support.
    Companion PR: implementing CHAR() function dolthub/go-mysql-server#2255
  • 299: Define an ExtendedHandler interface to handle postgres specific interactions
    These are pretty narrowly tailored for postgres prepared statements and long term should probably be placed in either doltgresql or another package. Defining them here is just expedient for experimenting with the new interfaces while they change.

Closed Issues

  • 7343: Increasing Code Cov and integration zero-code tool for tests
  • 7277: Implement SUBDATE
  • 7338: Unexpected result when using Boolean in IN
  • 7275: Deleting from dolt_constraint_violations_ causes a panic when unique column constraint violation exists.
  • 7322: Subquery in an INSERT statement return NULL

@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 18, 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 Jan 18, 2024
@BrewTestBot BrewTestBot enabled auto-merge January 18, 2024 03:58
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 18, 2024
Merged via the queue into Homebrew:master with commit d18e805 Jan 18, 2024
12 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.31.3 branch January 18, 2024 04:08
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