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

Hello all, I have the following (simplified) scenario: A -> [R] -> B B -> [R] -> C where A, B, C are vertex of my graph, and R is...

question

**Describe the bug** A unicode character (code point >128) in a cypher query raises the exception SqlExecutionError: **InvalidEscapeSequence**. **How are you accessing AGE (Command line, driver, etc.)?** Python driver **What...

bug

**Is your feature request related to a problem? Please describe.** I'm requesting the addition of Apache AGE support for Amazon RDS to address a problem faced by users. Currently, Apache...

enhancement
override-stale

Changes: -------- - The ORDER BY clause is added to a query that was causing row-ordering difference. - The debug_parallel_query variable is set to 'regress' around a query that may...

PG15

- Initializing slot to NULL right at the declaration, which ensures that it has a valid value regardless of the execution path through the function. - Removing the multiple instances...

One of the features listed in doc is "Hierarchical: graph label organization", but I didn't get to find any example about this feature in the documentation. How to declare a...

question

generated using age/drivers/golang/parser/generate.sh

master

Hello, I would like to ask you, to add nodejs-pg-age to npm repository. It would make life easier for those using Apache Age under NodeJS. Best regards, Maciej Błędkowski

enhancement
packaging
override-stale

**Describe the bug** ```bash ERROR: entry_id must be 1 .. 281474976710655 ``` ```sql SELECT * FROM create_graph('neurond'); SELECT create_vlabel('neurond','entity'); SELECT * FROM load_labels_from_file('neurond', 'entity, '/var/lib/postgresql/data/entity.csv'); ``` loading a file with...

bug

I just ran into `ERROR: syntax error at or near "ON"` when trying to use merge actions (`ON CREATE`, `ON MATCH`) in a MERGE clause. Now I see that work...

question