Skip to content

History

Revisions

  • Merge pull request #1619 from johnedquinn/main-fix-windows-path Fixes a file name not allowed in windows

    @johnedquinn johnedquinn committed Oct 16, 2024
    8fc8d7f
  • Fix Functions.md heading for text functions (#1479)

    @alancai98 alancai98 committed Jun 3, 2024
    c133c49
  • Fix PlanCompiler output type for DISTINCT + ORDER BY (#1298)

    @alancai98 alancai98 committed Dec 12, 2023
    7a1b5ea
  • Bitwise and plan typer and WIki. (#1232)

    @yliuuuu yliuuuu committed Sep 28, 2023
    1d38583
  • 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,

    @am357 am357 committed Sep 13, 2023
    159dbce
  • Updated v0.8 to v0.9 upgrade (markdown)

    @am357 am357 committed Sep 13, 2023
    1f70751
  • Updated v0.8 to v0.9 upgrade (markdown)

    @am357 am357 committed Sep 12, 2023
    33d5665
  • Merge pull request #1177 from partiql/coverage-rebase Initializes PartiQL's Code Coverage library

    @johnedquinn johnedquinn committed Aug 29, 2023
    e062c87
  • Merge pull request #1168 from partiql/pluggable-functions-rebased Add FunctionManager and Pluggable Functions Implementations

    @yuxtang-amazon yuxtang-amazon committed Aug 15, 2023
    8f6d542
  • Add builtin function release versions (#1159)

    @alancai98 alancai98 committed Jul 24, 2023
    71a3cd5
  • Ion Serde for partiql values. (#1131) Co-authored-by: R. C. Howell <RCHowell@users.noreply.github.com>

    @yliuuuu yliuuuu committed Jul 17, 2023
    a06bc8c
  • Initializes partiql-parser subproject with ANTLR sources (#1098)

    @RCHowell RCHowell committed May 24, 2023
    03362ee
  • Add back ability to convert IonDatagram to ExprValue (#1056)

    @alancai98 alancai98 committed Apr 26, 2023
    555c666
  • 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.

    @vgapeyev vgapeyev committed Apr 4, 2023
    1109059
  • Add wiki sidebar link for 0.8 -> 0.9 migration guide (#1017)

    @alancai98 alancai98 committed Mar 24, 2023
    d5a0d4a
  • Make CLI runnable again in the build dir, after the recent directory movements.

    @vgapeyev vgapeyev committed Mar 9, 2023
    4314892
  • Standardize PartiQL builtins and implement POSITION and OVERLAY (#979) * Standardize PartiQL builtins and implement POSITION and OVERLAY * Fix conformance report path

    @RCHowell RCHowell committed Mar 8, 2023
    76fce62
  • Rename lang to partiql-lang. Move partiql-extensions into cli (#999)

    @RCHowell RCHowell committed Mar 8, 2023
    b4f2679
  • Adds support for shebang and fixes pipeline options (#954)

    @johnedquinn johnedquinn committed Jan 12, 2023
    04eac96
  • Updated Command Line Tutorial (markdown)

    @vgapeyev vgapeyev committed Jan 12, 2023
    62cc4a6
  • numeric built in functions (#929) * numeric built in functions Co-authored-by: R. C. Howell <RCHowell@users.noreply.github.com>

    @yliuuuu yliuuuu committed Jan 4, 2023
    7e7e0d9
  • Fix mentions of shell.sh to partiql.sh (#955)

    @alancai98 alancai98 committed Jan 4, 2023
    582873f
  • 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 <RCHowell@users.noreply.github.com> * Cleans up logic Co-authored-by: R. C. Howell <RCHowell@users.noreply.github.com> * Adjusts options, script name, and capitalization

    @johnedquinn johnedquinn committed Dec 30, 2022
    7adfd77
  • Moves CLI into partiql-app directory (#941)

    @johnedquinn johnedquinn committed Dec 16, 2022
    2894c42
  • Adds 0.9 migration guide (#930)

    @RCHowell RCHowell committed Dec 13, 2022
    5696209
  • Adds documentation regarding AST and Tokens (#914)

    @johnedquinn johnedquinn committed Dec 5, 2022
    2c6a7d1
  • Exprimental examples (#918)

    @yliuuuu yliuuuu committed Dec 5, 2022
    b7ebf8e
  • Adds EXPLAIN, and adds experimental CLI options (#883)

    @johnedquinn johnedquinn committed Nov 30, 2022
    009e23f
  • add window function doc (#900) * add window function doc

    @yliuuuu yliuuuu committed Nov 25, 2022
    0280180
  • Updated `Abstract Syntax Tree.md` (#897)

    @lziq lziq committed Nov 22, 2022
    dd063ea