Josh Innis
Josh Innis
The temporal instant types are: — ZONED DATETIME A material value of ZONED DATETIME is called a zoned datetime. A zoned datetime represents a temporal instant capturing the date, the...
Alter the DELETE execution node to drive what graph it comes from, by the oid in the vertex and edge, rather than the metadata structure. If there exists a FROM...
Alter the SET create node to drive what graph it comes from, by the oid in the vertex and edge, rather than the metadata structure. If there exists a FROM...
Allow users to alter the Graph they are using midquery using the FROM clause ``` SELECT * FROM cypher('graph1', $$ MATCH (a) FROM graph2 MATCH (b) WHERE a.id = b.foreign_key...
Allow `MATCH (:label_name ONLY)` keyword so that users can control inheritance on the vertex and edge level
Allow `MATCH ONLY (:label_name)` so that users can disable parallelism on the MATCH clause level
Remove the Inheritance from the tables. Then add a query walker that finds the rels and expands to all the labels.