Code

parser: Skip context-specific checks if the context is unspecified.
authorSebastian Harl <sh@tokkee.org>
Wed, 20 May 2015 08:32:37 +0000 (10:32 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 20 May 2015 08:32:37 +0000 (10:32 +0200)
commitfcc75b2e7b54733d006bf460a67393842aa71cf0
tree06ddef4e484d693e8210409e5f0b400d460a63cc
parentdbba6b8562bd2a13e77c5381b2fc85931dcaab5d
parser: Skip context-specific checks if the context is unspecified.

Else, the analyzer may reject valid queries. It's up to the caller to run the
analyzer using the right context once it's known.
src/parser/analyzer.c