Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.7.1350 source code.tar.gz | 2025-09-07 | 159.0 kB | |
2.7.1350 source code.zip | 2025-09-07 | 186.3 kB | |
README.md | 2025-09-07 | 385 Bytes | |
Totals: 3 Items | 345.7 kB | 0 |
- Address #589 by adding support for the
QUALIFY
clause (non-ANSI, but supported by several databases). - Note that HoneySQL does not support the double-colon
::
syntax for casts: you must use theCAST
syntax instead, i.e.,[:cast :a :int]
to produceCAST(a AS INT)
instead ofa::INT
. - Update dev/test deps.