interval: the IN operator can now check if an integer value is inlcuded in a range

This commit is contained in:
2026-08-01 11:22:58 +02:00
parent 6f08176122
commit 481074d104
4 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const (
ParamIterator = "iterator"
)
// to be moved in its own source file
// to be moved into its own source file
const (
ConstLastIndex = 0xFFFF_FFFF
)