Marko Budiselic
|
e2bbcae3ac
|
initial work on query engine, only rough draft of the first level of the arhitecture, implementation is still empty
|
2016-01-26 23:40:11 +01:00 |
|
Marko Budiselic
|
aa49a0997e
|
MATCH ... SET ... RETURN clause
|
2016-01-25 21:22:12 +01:00 |
|
Marko Budiselic
|
7c52817e41
|
First implementation of delete query
|
2016-01-24 16:21:46 +01:00 |
|
Marko Budiselic
|
1a6676e240
|
some query examples are modified and try to add AS in grammar (not successfully one)
|
2016-01-19 23:36:00 +01:00 |
|
Marko Budiselic
|
f79add5633
|
DISTINCT is now inside AST; tradeoff: [Return object with return list and distinct pointers -> query executor is going to be more complex] OR [ReturnList object and ReturnDistinct object -> lemon / LARL(1) syntax will be much more complex]
|
2016-01-18 00:41:54 +01:00 |
|
Marko Budiselic
|
2998527462
|
work on cypher compiler, only cypher query example files were added
|
2016-01-16 18:24:35 +01:00 |
|