Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.2.1

### Bug Fixes

- **Fix table name metadata extraction** ([#91](https://github.com/DataDog/go-sqllexer/pull/91))
The normalizer now correctly extracts all table names from comma-separated table lists (e.g., `SELECT * FROM t1, t2`). Previously, only the first table after a table indicator keyword was collected. This also adds `LATERAL` as a recognized keyword so it is no longer misidentified as a table name during metadata extraction.

### Maintenance

- **Pin GitHub Actions** ([#90](https://github.com/DataDog/go-sqllexer/pull/90))

## v0.2.0

### Breaking Changes
Expand Down
Loading