0.3.9
- DuckDB 1.2.0 release. Please, read the Announcing DuckDB 1.2.0
- Fixed the isinf/isnan build error on Linux
DuckDB.query(sql)
without parameters can execute multiple SQL statements at onсe.
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.