1.3 KiB
1.3 KiB
harlequin-odbc CHANGELOG
All notable changes to this project will be documented in this file.
Unreleased
0.3.0 - 2025-02-25
- The Data Catalog now displays all databases on the connected server, not just the currently-connected database (tconbeer/harlequin#415).
- Columns in the Data Catalog are now fetched lazily (#12, #13).
- Data Catalog items now support basic interactions (#14).
0.2.0 - 2025-01-08
- Drops support for Python 3.8
- Adds support for Python 3.13
- Adds support for Harlequin 2.X
0.1.1 - 2024-01-09
Bug Fixes
- Renames package to use hyphen.
0.1.0 - 2024-01-09
Features
- Adds a basic ODBC adapter.