v2.0.1
π¦ Release v2.0.1 β Maintenance & Feature Enhancements
This patch release brings a mix of fixes and quality-of-life improvements to FiQueLa's core query engine and data accessor logic:
β¨ Improvements
-
Associative array support in
[]->keyaccess
The nested accessor now treats associative arrays as single-item lists, ensuring consistent behavior during iteration. -
New SQL Function:
COMBINE
A new COMBINE(array1, array2) function is available to merge two arrays
π Fixes
-
EXCLUDEclause parsing
Resolved a bug where queries usingEXCLUDEwere not parsed correctly in certain contexts. -
Constants over strings in SQL parser
Replaced hardcoded strings with named constants for better maintainability and code clarity.