age icon indicating copy to clipboard operation
age copied to clipboard

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

Results 533 age issues
Sort by recently updated
recently updated
newest added

**Describe the bug** It seems that Nodejs driver is not able to support multidimensional arrays. Data stored inside PG database are correct but they get messed up once returned as...

bug
nodejs
driver
override-stale

**Describe the bug** Fail of pg_upgrade **How are you accessing AGE (Command line, driver, etc.)?** Accessing AGE through command line. **What data setup do we need to do?** Apache AGE...

enhancement
question
override-stale

**Describe the bug** In a chained MERGE query with two MERGE clauses, the first MERGE does not see the updates of the second one. **What data setup do we need...

bug
override-stale

**Describe the bug** GIN indexes on Specific properties does not seem to work. This is basing off of the issue #954 **How are you accessing AGE (Command line, driver, etc.)?**...

bug

* Implemented the [`haversin()` Cypher trigonometric function](https://neo4j.com/docs/cypher-manual/current/functions/mathematical-trigonometric/#functions-haversin). * Wrote regression tests for the `haversin()` function. More about the Haversine trigonometric function [here](https://en.wikipedia.org/wiki/Haversine_formula).

master

**Describe the bug** I have a small issue to decribe. This error occurs in jdbc driver. When I try to compile I occurs this error message: ``` $ ./gradlew assemble...

bug
Stale

While executing variable length query I am getting zero results SELECT * FROM cypher('demo', $$ MATCH (a:Employee{name:'xxxx'})-[*]-(b) RETURN a $$) as (a agtype); But if I do execute below query...

question

**Describe the bug** I simplified the Cypher query to do the following: 1. `MATCH` nodes with `Object` label 2. `MATCH` nodes that are connected with the nodes resulting from the...

bug

I am in the process of creating a graph node from a database table that has 7.6 million lines. The process runs a function to process the table into the...

question

Fixed a problem with python driver testing where arguments were not working properly.

master