Marko Budiselic
|
d77800b2f9
|
Basic CREATE query works (e.g. CREATE (n {age:25, name:"test"}) RETURN n)
|
2016-02-21 22:21:15 +01:00 |
|
Marko Budiselic
|
7d8c5a7f7e
|
query engine can now generate, compile and run dummy code, everything is ready to generate code for dummy the query: CREATE (n {...}) RETURN n
|
2016-02-07 22:56:52 +01:00 |
|
Marko Budiselic
|
a21fe854c2
|
small rewrite of QueryStripper, Lexer and CypherLexer
|
2016-02-06 13:45:45 +01:00 |
|
Marko Budiselic
|
499469aec2
|
query stripper is implemented with the template metaprogramming
|
2016-02-04 02:45:12 +01:00 |
|
Marko Budiselic
|
3e5f2de6c2
|
query stripping and stripped string hash calculation
|
2016-02-03 00:18:20 +01:00 |
|