We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Merge pull request #1619 from johnedquinn/main-fix-windows-path Fixes a file name not allowed in windows
Fix Functions.md heading for text functions (#1479)
Fix PlanCompiler output type for DISTINCT + ORDER BY (#1298)
Bitwise and plan typer and WIki. (#1232)
Update v0.8-to-v0.9-upgrade.md (#1209) Updates the v0.8-to-v0.9-upgrade.md to include the information about dropping annotations in v0.9,
Updated v0.8 to v0.9 upgrade (markdown)
Merge pull request #1177 from partiql/coverage-rebase Initializes PartiQL's Code Coverage library
Merge pull request #1168 from partiql/pluggable-functions-rebased Add FunctionManager and Pluggable Functions Implementations
Add builtin function release versions (#1159)
Ion Serde for partiql values. (#1131) Co-authored-by: R. C. Howell <[email protected]>
Initializes partiql-parser subproject with ANTLR sources (#1098)
Add back ability to convert IonDatagram to ExprValue (#1056)
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.
Add wiki sidebar link for 0.8 -> 0.9 migration guide (#1017)
Make CLI runnable again in the build dir, after the recent directory movements.
Standardize PartiQL builtins and implement POSITION and OVERLAY (#979) * Standardize PartiQL builtins and implement POSITION and OVERLAY * Fix conformance report path
Rename lang to partiql-lang. Move partiql-extensions into cli (#999)
Adds support for shebang and fixes pipeline options (#954)
Updated Command Line Tutorial (markdown)
numeric built in functions (#929) * numeric built in functions Co-authored-by: R. C. Howell <[email protected]>
Fix mentions of shell.sh to partiql.sh (#955)
Replaces CLI to use Pico CLI (#946) * Replaces CLI to use Pico CLI * Repackages CLI * Consolidates CLI commands * Adds ability to handle queries from standard input Co-authored-by: R. C. Howell <[email protected]> * Cleans up logic Co-authored-by: R. C. Howell <[email protected]> * Adjusts options, script name, and capitalization
Moves CLI into partiql-app directory (#941)
Adds 0.9 migration guide (#930)
Adds documentation regarding AST and Tokens (#914)
Exprimental examples (#918)
Adds EXPLAIN, and adds experimental CLI options (#883)
add window function doc (#900) * add window function doc
Updated `Abstract Syntax Tree.md` (#897)