What's changed?
- Fixes a crash in left outer joins that can happen when there is an an aggregate on a column from the inner side of the join (#7904)
- Fixes an issue detected using address sanitizer (#7965)
- Fixes a crash when executing a prepared CALL, which is not pure SQL but available with some drivers like npgsql and jpgdbc (#7288)