Skip to content

August 2024 Release (version 0.8.0)

Compare
Choose a tag to compare
@ernstc ernstc released this 23 Aug 20:39
· 4 commits to main since this release

New Features

  • Added support for MySQL databases #22. @ernstc
  • Added support for PostgresSQL databases #6. @ernstc
  • Ordering distinct values by Count or by Value does a reorder in place without reloading data from the database #23. @ernstc
  • Removed loader spinner thanks to the new mechanism of query execution tracking. @ernstc

Fixes

  • Minor fixes