v0.0.6
Highlights
- snowflake:
- retry connection on failure
- postgres-compatibility
- add
current_database
- add
current_schema
- add
current_user
- add
- fixes:
- panic when decimals had percision greater than 28
What's Changed
- fix: Implement retries for snowflake connector by @vrongmeal in #944
- fix: New decimal implementation compatible with Arrow's. by @vrongmeal in #945
- build(deps): Bump deps by @scsmithr in #960
- feat: Add current_user, current_schema, and current_database functions by @scsmithr in #961
- release: v0.0.6 by @greyscaled in #963
Full Changelog: v0.0.5...v0.0.6