Navigation Menu

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: kenhys/groonga
base: 4f2f128df150
Choose a base ref
...
head repository: kenhys/groonga
compare: 34580d117efd
Choose a head ref
  • 7 commits
  • 15 files changed
  • 3 contributors

Commits on Apr 19, 2017

  1. test: add columns[NAME].value test case without cache

    When the value of --columns[NAME].value parameter is changed, Groonga
    returns result without using cache.
    kenhys committed Apr 19, 2017
    Copy the full SHA
    b9516d3 View commit details
    Browse the repository at this point in the history
  2. test: add no hit dynamic columns with output_columns without error

    This test case checks whether output_columns with empty records of
    dynamic columns (price_with_tax) in initial stage doesn't cause an
    error.
    kenhys committed Apr 19, 2017
    Copy the full SHA
    04bd698 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cd72ce3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request groonga#656 from kenhys/test-cache-columns-value

    test: add columns[NAME].value test case without cache
    
    Patch by Kentaro Hayashi. Thanks!!!
    kou committed Apr 19, 2017
    Copy the full SHA
    83425ce View commit details
    Browse the repository at this point in the history
  5. Merge pull request groonga#666 from kenhys/test-no-hit-dynamic-column…

    …s-with-output-columns
    
    test: add no hit dynamic columns with output_columns without error
    
    Patch by Kentaro Hayashi. Thanks!!!
    kou committed Apr 19, 2017
    Copy the full SHA
    9ed9d6d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    25ed307 View commit details
    Browse the repository at this point in the history
  7. test: add columns[NAME].flags test case without cache

    When the value of --columns[NAME].flags parameter is changed, Groonga
    returns result without using cache.
    kenhys committed Apr 19, 2017
    Copy the full SHA
    34580d1 View commit details
    Browse the repository at this point in the history