# Release Notes for v1.3.5
SQOL
1
Posts
1
Posters
8
Views
-
Query Console Enhancements
- Nested Table Tree Structure (7186692)
- Replaced table selection list with a nested tree structure for better organization
- Implemented context menus for table actions (create, alter, drop)
- Added table selection toggle and improved table details management
- New dialog for creating and altering tables
- Enhanced layout and responsiveness
- Full Schema Loading & Inline Editing (5ffb78e)
- Background loading of full schema data for improved metadata management
- Inline editing for table cells with direct value modification
- Temporary and modified row tracking for unsaved changes
- Confirmation dialogs for unapplied modifications
- Enhanced error handling and user feedback
- Query History (50cd30a)
- New history dialog for previously executed queries
- QueryHistoryService for managing query history per connection
- Ability to select and reuse past queries
- Improved data organization and user experience
- Table Details Toggle (c1c8285)
- Button to toggle visibility of table details
- Improved layout handling for overflow
- Better responsiveness across different screen sizes
Data Export & Import
- CSV Export (458125d)
- Export query results to CSV format
- Copy results to clipboard functionality
- User feedback via snack bars for operations
- JSON Schema Export (e3eb18a)
- Export selected table schemas to JSON files
- Backend POST
/export-jsonendpoint - Export mode selection via radio buttons
- JSON Schema Import (1020be2)
- Import table schemas from JSON files
- Option to override existing tables with drop option
- Backend POST
/import-jsonendpoint - File upload dialog with connection selection
Connection Management
- Clone Connection (c0755b9)
- Clone existing database connections
- Automatic unique name generation
- Clears sensitive information (IDs, passwords) for cloned connections
- Updated UI layout for clone action button
Query Chat Enhancements
- Sample Query Generation (4457b2b)
- Display sample queries for selected tables
- Generate sample INSERT statements for up to five tables
- Improved UI/UX for sample links and buttons
Utilities
- Copy Table Details (bf53827)
- Copy table name and column details to clipboard
- Error handling and user feedback via snack bars
Bug Fixes
- Token Fix (cdf496a)
- Fixed token-related issue
Other Changes
- Merge Updates (e0c1083)
- Merged latest changes from main branch
Summary
This release includes significant enhancements to the Query Console, including a complete revamp with nested table tree structure, inline editing capabilities, query history, and comprehensive export/import functionality. The connection management has been improved with clone functionality, and the Query Chat component now supports sample query generation.
Total Commits: 12 (excluding merge commits)
Contributors: roi0507, Eddie - Nested Table Tree Structure (7186692)