v0.26.2
Support SET SCHEMA (#144) Adding the `SET SCHEMA` statement and `CURRENT_SCHEMA` expression. These would normally be trivial, but this was a good opportunity to refactor the schema implementation to not be so hacky and make it much easier to support catalogs in the future. SQL Standard F763