Dehowe Feng
Dehowe Feng
Review each regression test set and make any necessary revisions or additions. Regression tests can be run by using the command 'make installcheck' in the incubator-age directory on your local...
Go through the source documentation and look for any grammar/spelling errors, areas that need revisions, or places where examples might improve the documentation, etc.
Research stress tests, and where AGE can use stress tests. Write a proposal for stress test cases in AGE.
Research benchmark tests, and devise benchmark tests for AGE.
Implements a naive version of EXISTS subquery that evaluates the underlying subquery. Add regression tests related to EXISTS TODO: Implement logic to allow the underlying subquery to constrain the queries...
I discovered a similar grammar that has not yet been implemented in a similar vein to #1577 . Pattern matching is also valid in return clauses. For example, the query:...
Currently, the syntax for pattern matching in the WHERE clause is not implemented. For example, the syntax: MATCH (a) WHERE (a)-[]-() RETURN a and other similar syntaxes are valid queries...
**Describe the bug** AGE relies on implicit casting to smoothly implement PG-type booleans. AG types may be implicitly cast to a boolean type. This has proven to not be an...
**Describe the bug** RETURN does not return a tuple of paths in its current syntax and form. **How are you accessing AGE (Command line, driver, etc.)?** - AGE ver. 1.4.0...