Skip to content

v0.26.2

Compare
Choose a tag to compare
@elliotchance elliotchance released this 24 Feb 04:15
· 44 commits to main since this release
8879d67
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