sql-cli 1.59.0

SQL query tool for CSV/JSON with both interactive TUI and non-interactive CLI modes - perfect for exploration and automation
Documentation
# SQL CLI v1.58.0

**Release Date:** October 09, 2025

## 📊 Release Overview
- **Commits in this release:** 14
- **Files updated:** 32

## ✨ Highlights

### 🔍 Enhanced Debugging
- **Better Diagnostics**: Improved error messages and state dumps

## 📝 Changes by Category

### 🚀 New Features
- Phase 5 - Add ORDER BY alias resolution
- Phase 4 - Fix SELECT clause alias resolution
- Phase 3 - Fix WHERE clause alias resolution
- Phase 2 - Add unified resolve_column helper
- Phase 1 - Add ExecutionContext for table alias tracking
- Enable CTEs to reference temp tables
- Implement Phase 2A - Template injection for WEB CTEs
- Add EXIT and [SKIP] directives for script control
- Implement temporary tables (#tmp) for script execution

### 📚 Documentation
- Add comprehensive qualified names example

<details>
<summary>📋 View all commits</summary>

- chore: Release v1.58.0 - Qualified Column Names and Table Alias Support (TimelordUK)
- test remove from auto runner (TimelordUK)
- docs: Add comprehensive qualified names example (TimelordUK)
- feat: Phase 5 - Add ORDER BY alias resolution (TimelordUK)
- feat: Phase 4 - Fix SELECT clause alias resolution (TimelordUK)
- feat: Phase 3 - Fix WHERE clause alias resolution (TimelordUK)
- feat: Phase 2 - Add unified resolve_column helper (TimelordUK)
- feat: Phase 1 - Add ExecutionContext for table alias tracking (TimelordUK)
- feat: Enable CTEs to reference temp tables (TimelordUK)
- format (TimelordUK)
- feat: Implement Phase 2A - Template injection for WEB CTEs (TimelordUK)
- feat: Add EXIT and [SKIP] directives for script control (TimelordUK)
- feat: Implement temporary tables (#tmp) for script execution (TimelordUK)
- start on tmp table implementation. (TimelordUK)

</details>

## 🎯 Key Features

- **Instant Data Preview**: CSV/JSON files load immediately
- **Visual Feedback**: Key press indicator, cell highlighting
- **Advanced Navigation**: Vim-style keys, viewport/cursor lock
- **Powerful Search**: Regular search (Ctrl+F), fuzzy filter (Ctrl+/)
- **Data Export**: Save as CSV or JSON
- **Debug Mode**: Press F5 for comprehensive state information

## 📦 Installation

Download the binary for your platform from the assets below.

---
**Thank you for using SQL CLI!** 🎉

Report issues: [GitHub Issues](https://github.com/TimelordUK/sql-cli/issues)