Releases: TidierOrg/TidierDB.jl
Releases · TidierOrg/TidierDB.jl
v0.2.0
TidierDB v0.2.0
- Makes TidierDB case insensitive when using Snowflake, which is case insensitive
Merged pull requests:
Closed issues:
- Snowflake is case insensitive but TidierDB metadata is case sensitive (#31)
v0.1.9
v0.1.8
TidierDB v0.1.8
- Adds support for Snowflake SQL Rest API using OAuth token connection
- Adds Snowflake support for
connect()
- Adds docs for Snowflake use
v0.1.7
v0.1.6
TidierDB v0.1.6
- Adds
@interpolate
and documentation around building macros with TidierDB chains and interpolation
Merged pull requests:
Closed issues:
- Generate SQL "A IN (v1, v2, ..., vn)" (#17)
v0.1.5
v0.1.4
TidierDB v0.1.4
- Adds Google Big Query support
- Support for
connect
with BGQ JSON credentials and project id establish connection
Merged pull requests:
v0.1.3
TidierDB v0.1.3
- Adds
@full_join
,@semi_join
,@anti_join
- Fixes bug to allow joining tables for Athena backend
- Refines all join syntaxes to remove need for symbols
- Adds
from_query
to allow building from saved query multiple times - Adds
connect()
- a universal connection function for all supported backends (except Athena) - Interpolation bug fix to allow interpolating vector of strings with the syntax:
@filter(column_name in [!!vector])
Merged pull requests:
- Remove join symbols, adds full/semi/anti join, connect, adds
from_query
, adds athena joining support (#15) (@drizk1) - Fix filter parse interpolation bug (#19) (@drizk1)
Closed issues:
- Generate SQL "A IN (v1, v2, ..., vn)" (#17)
v0.1.2
TidierDB v0.1.2
- Adds AWS Athena Backend support
Merged pull requests: