Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.7.1310 source code.tar.gz | 2025-05-17 | 152.8 kB | |
2.7.1310 source code.zip | 2025-05-17 | 179.6 kB | |
README.md | 2025-05-17 | 1.2 kB | |
Totals: 3 Items | 333.6 kB | 1 |
- Address #575 by adding support for parameters in inline XTQL queries.
- Address #574 by adding
honey.sql/*nest-infix*
which can be bound tofalse
to prevent infix operators (such as:and
) from nesting their arguments, i.e, wrapping them in(
..)
. If precedence matters in your expressions, this will produce incorrect SQL. It is intended for specific, limited query dialects (such as Google Ads Queries). - More performance optimizations via PR #573 @alexander-yakushev.
- Address #572 by adding
[:xtql ...]
special syntax for inline XTQL queries (for XTDB). - Fix #571 by allowing
:order-by
to take an empty sequence of columns (and be omitted). - Address #440 by supporting multiple tables in
:truncate
. - Support
USING HASH
as well asUSING GIN
. - Update dev/build deps.