sql-cli 1.82.3

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

**Release Date:** August 08, 2026

## 📊 Release Overview
- **Commits in this release:** 6
- **Files updated:** 19

## ✨ Highlights

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

## 📝 Changes by Category

### 🚀 New Features
- add annotated US national debt dataset and example

### 🐛 Bug Fixes
- bind IN at the comparison level (P29, P30)

### 🔧 Refactoring
- delete the zero-caller legacy WHERE code (R8 stage 1)

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

- Merge pull request #47 from TimelordUK/refactor/r-drop-legacy-where-2a (TimelordUK)
- refactor(where): delete the zero-caller legacy WHERE code (R8 stage 1) (TimelordUK)
- Merge pull request #46 from TimelordUK/fix/p29-p30-in-precedence (TimelordUK)
- fix(parser): bind IN at the comparison level (P29, P30) (TimelordUK)
- Merge pull request #45 from TimelordUK/feat/national-debt-annotated-dataset (TimelordUK)
- feat(data): add annotated US national debt dataset and example (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)