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
The common way to look at the staged diff in git is the --staged flag. --cached is still supported, but not recommended (and confusing). This change makes dolt more like git.
dolt_merge_base
was failing in doltgres with ainvalid type: unknown
errorQuick fix for at least one of the problems in dolt does not reload all statistics on server restart dolthub/dolt#8345.
The specific example fails because the restart function refreshes the stats database instance, but does not reload the stats contained within. So the contents in memory did not track the contents on disk. This was only noticeable when restart and read were called within the same shell context.
This change adds support for schemas in dolt_add, dolt_merge, and dolt_status. Many places that had a
string
for a table name now have adoltdb.TableName
.Also fixes a newly discovered bug with creating a database:
fixes: Panic when connection to a running server using
dolt sql
when stats are on dolthub/dolt#8339The concurrency tests stopped working at some point when we were rearranging the default stats behavior. I caught a couple other issues after I got those tests running again.
Bumps actions/download-artifact from 3 to 4.1.7.
Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
65a9edc
Merge pull request #325 from bethanyj28/mainfdd1595
licensedc13dba1
update@actions/artifact
dependency0daa75e
Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.69c19ed7
Merge branch 'main' into eggyhead/use-artifact-v2.1.63d3ea87
updating license89af5db
updating artifact package v2.1.6b4aefff
Merge pull request #323 from actions/eggyhead/update-artifact-v2158caf195
package lock updated7a2ec4
updating package version[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=3&new-version=4.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dolthub/dolt/network/alerts).
Bumps com.mysql:mysql-connector-j from 8.0.31 to 8.2.0.
Changelog
Sourced from com.mysql:mysql-connector-j's changelog.
... (truncated)
Commits
06a1f72
Fix for Bug#35811592, Missing implementation for Connection.releaseSavepoint().9df3820
Update for GPL license book.ff822cf
Fix for tests failing due to expecting unsupported TLS versions.429db00
Fix for test SecureSessionTest.testXdevapiTlsVersionsAndCiphersuites() failur...d52033a
Fix for tests failing due to using unsupported cipher suites in MySQL 5.7.e18e626
Fix for tests failing due to using deprecated cipher suites.4f70ec3
Fix for Bug#91351 (Bug#28225464), MysqlConnectionPoolDataSource - autocommit ...71e4c6b
Fix for property description 'ConnectionProperties.treatMysqlDatetimeAsTimest...bae6356
Fix for property description 'ConnectionProperties.authenticationPlugins'.5701086
GPL license book update.[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.mysql:mysql-connector-j&package-manager=maven&previous-version=8.0.31&new-version=8.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dolthub/dolt/network/alerts).
go-mysql-server
get_format()
MySQL Docs: https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html#function_get-format
This PR adds support for assigning user variables within a
LOAD DATA
query, and referencing user variables withing an expression forSET
clauses within the sameLOAD DATA
query.Additionally, this PR refactors much of the
LOAD DATA
code.We also moved
GetField
indexing out of iterator and into analyzerfixes: Load data error dolthub/dolt#8307
SET <col> = <expr>, ...
clause inLOAD DATA
partial support for: Load data error dolthub/dolt#8307
sql.ContextProvider
interfaceDoltgres needs a way to get a
sql.Context
in order to call some functions. This change adds a newsql.ContextProvider
interface and hasHandler
implement it.See
COPY FROM STDIN
support dolthub/doltgresql#685 for the code that needs to call this new interface.vitess
MySQL Docs: https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html#function_get-format
SET
statements forLOAD INFILE
syntax for Load data error dolthub/dolt#8307
instant
as non-reserved keywordThe
INSTANT
keyword isn't in the MySQL docs, but it is a non reserved keyword.MySQL Docs: https://dev.mysql.com/doc/refman/8.4/en/keywords.html
fixes: Correctness Issue, queries run differently on MySQL and Dolt dolthub/dolt#8220
Closed Issues
dolt sql
when stats are on