David C
Results
2
issues of
David C
You state this requires "Angular >=1.5" however your bower.json says "~1.5", which means ">=1.5" and "=1.5"
Using version 0.3.0 In a query such as this: `SELECT 'fixed_text' ALIAS1 FROM .......` The tokens generated are: Token (ttype=Token.Literal.String.Single) = 'fixed_text' Identifier = ALIAS1 The expected tokens are: 1...