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: 8cd2345fa174
Choose a base ref
...
head repository: kenhys/groonga
compare: 21ee72cae097
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 19, 2017

  1. 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
  2. Merge pull request groonga#667 from kenhys/test-cache-columns-flags

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

    This test case checks whether output_columns with empty records(
    content:@slow doesn't match any records) of dynamic
    columns (highlighted_content) in filtered stage doesn't cause an
    error.
    kenhys committed Apr 19, 2017
    Copy the full SHA
    21ee72c View commit details
    Browse the repository at this point in the history