Datablaze v0.2.2
π Bug Fixes & Improvements
MySQL Fixes
- Fixed BIGINT UNSIGNED support: Resolved crash when fetching table row counts from MySQL databases by changing internal type from
i64tou64 - 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_countfield fromOption<i64>toOption<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