We are pleased to release a couple of bug fixes and a new configuration feature.
In. particular:
- a bug that caused queries against
dolt_diff_<table>
tables is now fixed - users can now configure their MySQL Server instance with a YAML file that will allow them to select multiple repos, among other options
Merged PRs
- 625: Added skipped bats test for bad cloning behavior
- 622: configuration changes
- 621: Db/push to regressions latest
idea here is to maintain two shallow branches used to help with thesqllogictest-tester
jenkins job. whenever we run thereleases
job, we update branchregressions-tip-latest
to the latest release results and also updateregressions-tip-previous
to be whatregressions-tip-latest
was...
Decided to have two branches since we may not always get fixing a regression right away, and this gives us a little time to do so... - 618: Merging release with version bump back to master
- 617: Andy/dolt diff panic
- 616: /bats/arg-parsing.bats: Add skipped test for checkout panic
- 615: Bh/partial key2
handle composite set for partial key iteration
refactor: pulled some of the initialization code out of the creation functions - 614: partial key iteration
This is simple partial key iteration. Certainly not optimal. - 613: Zachmu/sql batch errors
Real tokenization for SQL statements in batch processing mode, instead of line-based scans with hacks for embedded semicolons. Print out the line number failed query during batch processing failure.
Fixes #555 - 612: Db/sqllogictest tester
- 611: filter reader tests
- 609: change default cmItr which used to rely on WithFilters call
Closed Issues
- 623: AWS URL Formats ?