Josh Innis

Results 255 issues of 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...

maintenance
GQL Conformance

Alias for id()

maintenance
GQL Conformance

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...

enhancement
Functionality

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...

enhancement
Functionality

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...

enhancement
Functionality

Allow `MATCH (:label_name ONLY)` keyword so that users can control inheritance on the vertex and edge level

enhancement
Functionality

Allow `MATCH ONLY (:label_name)` so that users can disable parallelism on the MATCH clause level

enhancement
Functionality

Remove the Inheritance from the tables. Then add a query walker that finds the rels and expands to all the labels.

maintenance