Skip to content

0.34.3

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 22:07

Merged PRs

dolt

  • 2413: Prevent creating Primary Key using columns that contain null values
  • 2406: replication with multi-db mode
    • Multidb uses global dolt config
    • Each database locally sets the url for the named remote
    • Error handling and async will work the same as single db
  • 2405: Optimized tuple checks on index reads
  • 2392: Bump GMS and Unskip LOAD DATA sql-server bats test
  • 2384: /go/store/nbs: Optimize NBS rebase

go-mysql-server

  • 635: plan,analyzer: Implement a TopRowsNode, optimizing ORDER BY + LIMIT{,OFFSET} queries like SELECT * FROM table ORDER BY id LIMIT 100 OFFSET 100
  • 634: Fixed bug in string -> integer conversions for large integers (caught by dolt)
  • 633: Implement REGEX_REPLACE
  • 632: Fixed some expressions not using the largest partial index
  • 630: Accept string float values for integer values
  • 628: Fix the global variable usage of load data. Re-add LOAD DATA tests
  • 627: add FORMAT() locale
  • 626: Add ability to specify precision to current_timestamp function
  • 622: implement FORMAT() function
  • 609: Reduced index range complexity, removed range overlapping

Closed Issues

  • 2416: Use of dependency vulnerable to hijacking
  • 2345: Implement REGEXP_REPLACE
  • 2368: unsupported CURRENT_TIMESTAMP(3)
  • 179: Combine index lookups on different columns of multi-column indexes with different operators