v0.0.5
Highlights
- Postgres compatibility
- Column aliases in views
- Drop schema with cascade
- Support 'OR REPLACE' when creating a view
- Fixes:
- Object names case insensitivity (unless quoted)
- Built-in objects cannot be alterred/dropped
What's Changed
- chore: Update cargo.lock by @scsmithr in #917
- feat: Support DROP SCHEMA CASCADE by @scsmithr in #916
- chore: Initial performance testing by @scsmithr in #905
- fix: Prevent altering/dropping builtin objects by @scsmithr in #920
- feat: Add more pg stubs by @scsmithr in #922
- chore: Update "Tagging releases" section to include Cargo.toml step by @scsmithr in #924
- fix: Object names are parsed depending on their quote_style by @vrongmeal in #921
- fix: Object name casing for views and schemas by @vrongmeal in #927
- feat: Support 'OR REPLACE' when creating a view by @scsmithr in #926
- feat: Allow column aliases in views by @scsmithr in #928
- build(deps): Bump deps by @scsmithr in #939
- build(deps): bump datafusion from
7aad6c7
tod5a8c93
by @dependabot in #938 - chore: Add some SLT tests for Mongo by @scsmithr in #940
- chore: Update snowflake parameter names to keep them consistent by @vrongmeal in #941
- fix: Test external databases as well by @vrongmeal in #942
- release: v0.0.5 by @greyscaled in #943
Full Changelog: v0.0.4...v0.0.5