View Source Changelog

0.4.0

0.3.21

0.3.20

  • DuckDB 1.4.4 bugfix release
  • Added the DUCKDBEX_EXTENSION_DIRECTORY env var to set default value of extensions directory in %DBConfig{}.
  • Added the DUCKDBEX_TEMPORARY_DIRECTORY env var to set default value of temporary directory in %DBConfig{}.

0.3.19

0.3.18

0.3.17

0.3.16

  • Fixed issue with invalid checksums in HEX release.
  • Added allowed_paths config parameter.
  • Added allowed_directories config parameter.

0.3.15

0.3.14

  • Added dialyzer

0.3.10

0.3.9

0.3.8

  • Added transaction managing functions: begin_transaction, commit, rollback, set_auto_commit, is_auto_commit, has_active_transaction

0.3.7

  • DuckDB 1.1.3 bugfix release.
  • Added release(resource) function.
  • Extended DbConfig with new parameters.
  • Now INTERVAL type in Elixir is tuple of size 3 : {months, days, micros} (Here in month 30 days...).
  • Now MAP type in Elixir is list of tuples [{key, value}]. Because MAP is ordered list and 'key' can be any type.