Merged PRs
dolt
- 2382: Added support for indexes to use mixed operators, bug fix for returning duplicate rows
Tests covering mixing operators will come in a separate PR. - 2379: Command to generate a zsh autocomplete file
go-mysql-server
- 617: hash in supports tuples
- improve the hash function to handle tuples recursively
- normalize the left side of the IN comparison so
GetField
is converted toLiteral
- analyzer will explicitly fail for HASH IN that should convert doesn't (should it still implicitly fall back?)
questions: - what to do about tuple type conversion? should we store the explicit struct of types and validate as we walk the tree while hashing?
- am i missing any edge cases i need to test?
- add
max_allowed_packet = 67108864
system variable to limit set size?
vitess
- 91: added FORMAT keyword
added format expression keyword - 90: Noop behavior for DROP TABLE CASCASE/RESTRICT
- 89: Added Test Cases for LIKE ... ESCAPE ...
Closed Issues
- 651: Implement FORMAT