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 445 age issues
Sort by recently updated
recently updated
newest added

I found a bug using my cypher fuzzer. When running the following query against an empty database: ``` CREATE (x) SET x.n0 = (true OR true) ``` The postgres instance...

bug

When running the following query: ```cypher RETURN (CASE WHEN true THEN (true AND true) END) ``` I encountered the following error: ``` CASE types agtype and boolean cannot be matched...

bug

This work is part of the [Graph Generation Algorithms][1] project, issues [271][2] and [275][3]. * change hint on top of create_complete_graph function to match the new arguments; * add some...

When running the following query against an empty database: ```cypher MATCH ()() RETURN 0 ``` I encountered the following error: ``` pq: function ag_catalog.age_startnode(agtype, graph._ag_label_edge) does not exist ``` I...

bug

I have separated inline styles into constant objects for better readability and reusability. Also removed unnecessary imports and added the license comments which were missing.

I have added react-router-dom package to age_viewer/frontend/package.json file which was missing. Without it being in the file the app does not build and throws the following error: ``` vite v3.2.5...

I hope these changes may facilitate future work on the project [Apache AGE Graph Generation Algorithms](https://github.com/orgs/apache/projects/103) * added the ability to build a bridge of a set number of vertexes  ...

**Describe the bug** When called more than once, the created complete graphs doesn't connect as a Barbell graph, according to the following figure: ![image](https://user-images.githubusercontent.com/57829631/234885950-bc6e8e4d-1eab-4f0e-ba10-8537f402cf75.png) **How are you accessing AGE (Command...

bug