Skip to content

v0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 20:45
· 298 commits to main since this release
07d6c3a

TidierDB v0.1.3

Diff since v0.1.2

  • 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)