Skip to content

Datablaze v0.2.2

Choose a tag to compare

@HaroldXd HaroldXd released this 11 Dec 04:31
· 10 commits to main since this release

πŸ› Bug Fixes & Improvements

MySQL Fixes

  • Fixed BIGINT UNSIGNED support: Resolved crash when fetching table row counts from MySQL databases by changing internal type from i64 to u64
  • Fixed duplicate tables issue: Tables are now correctly filtered by the current database instead of showing all tables from all databases on the server

Navigation Improvements

  • Auto-collapse databases: When switching to a different database, previously opened databases now automatically collapse for a cleaner view
  • Auto-scroll to schema: The tree view now automatically scrolls and focuses on the first schema when opening a database
  • Smart expansion: The first schema is automatically expanded when selecting a database for faster navigation

Technical Changes

  • Updated row_count field from Option<i64> to Option<u64> across PostgreSQL, MySQL, SQLite, and SQL Server drivers
  • Modified MySQL query to use DATABASE() function for proper table filtering
  • Enhanced database tree component with automatic focus management

πŸ“₯ Download

Choose your platform:

  • Windows: Datablaze_0.2.2_x64_en-US.msi
  • Linux (Debian/Ubuntu): datablaze_0.2.2_amd64.deb
  • Linux (AppImage): datablaze_0.2.2_amd64.AppImage