Release v1.6.0 โ Aliasable SQL expressions with table support¶
โจ Features¶
- โ Aliasable Expressions
- SQL elements can now carry aliases and optional table prefixes
- Supports parsing input like:
table.name AS alias
-
Foundation for consistent token formatting and rendering
-
โ Reusable Abstractions
- Built on top of the
AliasableToken
core - Includes parsing helpers for alias and
table.column
resolution
๐งช Tests¶
- Covers common usage formats, table overrides, and malformed input handling
๐ Release Date¶
2025-05-25
Codename: Keystone