We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Audits the SPI & types packages (#1703) * Moves SPI classes under org.partiql.spi * Updates Javadocs * Removes partiql-types and moves org.partiql.types sources into org.partiql.spi * Removes the partiql-types version of Enum in favor of SPI's enum * Removes all UNKNOWN variants within partiql-spi of org.partiql.spi.Enum * Adds an UnsupportedCodeException to org.partiql.spi.Enum#name()
Removes PartiQLValue and adds support for VARIANT (#1678) Removes PartiQLValue from public API Removes PartiQLValueType from public API Removes PartiQLValueExperimental from public API Removes PartiQLValue reader/writer from public API Adds full support for the VARIANT type Adds PType static factory methods with default parameters Adds AST-to-Plan typing logic of integers to the Ion Variant Adds a lowerSafe() internal utility method for reducing code size
Merge pull request #1672 from johnedquinn/main-merge-v1 Merges `v1` into `main`
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)