Merged PRs
dolt
- 7206: upgrade crypto
Dependabot sent two proposed changes to update crypto dependency, but they don't build unless they are combined.
#7190
#7188 - 7152: Support pushing to a sql-server instance
This change alters the remoteapi server behavior running in a sql-server to allow people to push to it, with some caveats:- User authenticates using the DOLT_REMOTE_PASSWORD environment vairable, and
--user
passed as a stored procedure or CLI flag - User has SuperUser privledges, due to the nature of the root update
- The update of the server will be performed only if there are no working set changes and the commit being pushed is a fast forward.
- The
--force
option will overwrite any changes on the target, including the working set changes
- User authenticates using the DOLT_REMOTE_PASSWORD environment vairable, and
- 7135: Removing
--old-format
option fromdolt init
Removes the--old-format
flag fromdolt init
. I decided to keep the flag for--new-format
for a little longer (even though it's the default, so that's a no-op) just in case people are still using it in scripts.
This one should technically be released as a minor version bump, so we can hold off on merging it in if we want to coordinate it with another minor version bump change so they go out together.
Closed Issues
- 7155: Unexpected Results when Using IN after Creating Index