Skip to content

0.2.0 Preview Release

Choose a tag to compare

@hannes hannes released this 23 Jul 09:23
618109a

This is a preview release of DuckDB. Binary builds are listed below. Feedback is very welcome.

SQL:

  • #730: FULL OUTER JOIN Support
  • #732: Support for NULLS FIRST/NULLS LAST
  • #698: Add implementation of the LEAST/GREATEST functions
  • #772: Implement TRIM function and add optional second parameter to RTRIM/LTRIM/TRIM
  • #771: Extended Regex Options

Clients:

  • Python: #720: Making Pandas optional and add support for PyPy
  • C++: #712: C++ UDF API