Merged PRs
dolt
go-mysql-server
- 3199: Add added column to CreateConstraint scope
fixes #9795 - 3197: #9794 - Fix string function panics with Dolt TextStorage
Fixes #9794 - 3196: Do not push down filters for Full Outer joins
fixes #9793
Filters for Full Outer joins should not be evaluated until after tables have been joined. - 3195: Initialize newChildren with node.Children to avoid nil child during replaceIdxSort
fixes #9789
continue
in JoinNode case was resulting in nil child in newChildren array. This would later cause a panic when child would be referenced.