Skip to content

Releases: TidierOrg/TidierDB.jl

v0.1.2

07 May 15:59
Compare
Choose a tag to compare

TidierDB v0.1.2

Diff since v0.1.1

  • Adds AWS Athena Backend support

Merged pull requests:

v0.1.1

12 Apr 14:05
Compare
Choose a tag to compare

TidierDB v0.1.1

Diff since v0.1.0

Merged pull requests:

  • fixes how mutate brings in columns if they are selected as table.name (#10) (@drizk1)
  • fixes get_metadata to be name agnostic for MySQL/MariaDB (#12) (@drizk1)

v0.1.0

10 Apr 23:16
Compare
Choose a tag to compare

TidierDB v0.1.0

Merged pull requests:

  • Fix doctests to ensure stable row ordering because of DuckDB parallelization across multiple threads (#3) (@kdpsingh)