We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix Functions.md heading for text functions (#1479)
Fix PlanCompiler output type for DISTINCT + ORDER BY (#1298)
Add builtin function release versions (#1159)
Adds EVERY, ANY, and SOME aggregate builtins (#1022) Adding a few built-in functions: * `TEXT_REPLACE(str, from, to)`, same as PostreSQL `REPLACE`, but using a different name because the latter is now a keyword in PartiQL DML. * `EVERY`, `SOME`/`ANY` -- standard SQL aggregations on booleans. Also, some touch-ups in `Functions.md`, `Aggregate Functions.md` -- for consistency and slightly better typesetting.
Standardize PartiQL builtins and implement POSITION and OVERLAY (#979) * Standardize PartiQL builtins and implement POSITION and OVERLAY * Fix conformance report path
numeric built in functions (#929) * numeric built in functions Co-authored-by: R. C. Howell <[email protected]>
wiki format change (#769)
cast function inf/nan behavior change (#764) Cast function's behavior on positive_infinity, negative_infinity, and NaN explicitly defined and handled.
Restructures documentation and adds a GH Workflow to sync with the GH Wiki (#721) * Transforms documentation structure to a Wiki structure * Adds the GH Workflow to publish to Wiki