Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: partiql/partiql-lang-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3-alpha
Choose a base ref
...
head repository: partiql/partiql-lang-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4-alpha
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Sep 30, 2020

  1. Fast LIKE pattern compilation (#286)

    Implements #284
    
    Replaces previous LIKE implementation which is slow when compiling large
    patterns with wildcard characters `%` with another implementation that
    compiles the patterns in linear time and has similar performance
    characteristics at evaluation time.
    dlurton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    1ff6e84 View commit details
    Browse the repository at this point in the history
  2. Prepare v0.1.4 release

    dlurton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    42d07c4 View commit details
    Browse the repository at this point in the history
  3. Temporarily disable CLI tests due to race condition.

    This race condition is not caused by production code--just the tests. #266
    has been filed to fix this.
    dlurton committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    f6782f2 View commit details
    Browse the repository at this point in the history
Loading