Skip to content

v1.58.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 19:33
· 216 commits to main since this release

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
πŸ“‹ View all commits
  • 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)

🎯 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