Commit Graph

14 Commits

Author SHA1 Message Date
Bilal Catic
91f699906a keep mappings over field array values 2020-01-31 19:23:10 +01:00
Bilal Catic
e521a4de09 raise error on unknown column; add complex query test 2020-01-31 17:44:12 +01:00
Bilal Catic
87712860dd remove double quotes from search term 2020-01-31 16:11:12 +01:00
Bilal Catic
84a48b4acf change LIKE to ILIKE 2020-01-31 15:10:48 +01:00
Bilal Catic
793e26e01f handle special chars; write tests for special chars 2020-01-31 13:58:09 +01:00
Bilal Catic
9c2aff53d7 add tests for mixed operators expression; test precedence 2020-01-31 13:27:31 +01:00
Bilal Catic
9a22804e62 add query generator and tests for query generator 2020-01-31 11:45:59 +01:00
Bilal Catic
6459d04cec add more rules to grammar and write more tests to cover new rules 2020-01-27 08:17:33 +01:00
Bilal Catic
7d2e9b289f add more rules tu parser grammar and write more tests for new rules 2020-01-24 14:43:46 +01:00
Bilal Catic
2bf8f95896 add simple grammar rules and tests for simple cases 2020-01-23 23:00:16 +01:00
Bilal Catic
cb93670a58 setup files for parser part 2020-01-23 19:16:16 +01:00
Bilal Catic
323e815d5f remove pipe character from allowed set for unqoted term 2020-01-23 18:14:53 +01:00
Bilal Catic
d3c1594e3e add tests for lexer 2020-01-23 17:48:36 +01:00
Bilal Catic
c83a249c04 setup files for lexer part 2020-01-23 09:05:32 +01:00